diff options
author | Emmanuel Leblond <emmanuel.leblond@gmail.com> | 2018-04-07 00:11:26 +0200 |
---|---|---|
committer | Emmanuel Leblond <emmanuel.leblond@gmail.com> | 2018-04-07 00:11:26 +0200 |
commit | adecd6f66ff152e73b59d7c157d72305a092ab9c (patch) | |
tree | 0711e7adbc1b8f72e8821b5c1c42cf7b46d52a71 /modules/gdnative/pluginscript | |
parent | e97336a5570028a3efba65d482a8b20c72cea1f4 (diff) |
Correct profiling_frame naming in pluginscript
Diffstat (limited to 'modules/gdnative/pluginscript')
-rw-r--r-- | modules/gdnative/pluginscript/register_types.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gdnative/pluginscript/register_types.cpp b/modules/gdnative/pluginscript/register_types.cpp index 411d4911fa..924abf29df 100644 --- a/modules/gdnative/pluginscript/register_types.cpp +++ b/modules/gdnative/pluginscript/register_types.cpp @@ -78,7 +78,7 @@ static Error _check_language_desc(const godot_pluginscript_language_desc *desc) // desc->profiling_stop is not mandatory // desc->profiling_get_accumulated_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.finish, ERR_BUG); |