mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Correct profiling_frame naming in pluginscript
This commit is contained in:
parent
e97336a557
commit
adecd6f66f
1 changed files with 1 additions and 1 deletions
|
|
@ -78,7 +78,7 @@ static Error _check_language_desc(const godot_pluginscript_language_desc *desc)
|
||||||
// desc->profiling_stop is not mandatory
|
// desc->profiling_stop is not mandatory
|
||||||
// desc->profiling_get_accumulated_data is not mandatory
|
// desc->profiling_get_accumulated_data is not mandatory
|
||||||
// desc->profiling_get_frame_data is not mandatory
|
// desc->profiling_get_frame_data is not mandatory
|
||||||
// desc->frame is not mandatory
|
// desc->profiling_frame is not mandatory
|
||||||
|
|
||||||
ERR_FAIL_COND_V(!desc->script_desc.init, ERR_BUG);
|
ERR_FAIL_COND_V(!desc->script_desc.init, ERR_BUG);
|
||||||
ERR_FAIL_COND_V(!desc->script_desc.finish, ERR_BUG);
|
ERR_FAIL_COND_V(!desc->script_desc.finish, ERR_BUG);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue