Fix Pluginscript add_global_constant mandatory value check

This commit is contained in:
Emmanuel Leblond 2018-04-06 19:20:12 +02:00
parent ec110076ca
commit e97336a557
No known key found for this signature in database
GPG key ID: C360860E645EFFC0

View file

@ -64,7 +64,7 @@ static Error _check_language_desc(const godot_pluginscript_language_desc *desc)
// desc->make_function is not mandatory
// desc->complete_code is not mandatory
// desc->auto_indent_code is not mandatory
// desc->add_global_constant is not mandatory
ERR_FAIL_COND_V(!desc->add_global_constant, ERR_BUG);
// desc->debug_get_error is not mandatory
// desc->debug_get_stack_level_count is not mandatory
// desc->debug_get_stack_level_line is not mandatory