diff options
| author | Emmanuel Leblond | 2018-04-07 00:11:26 +0200 |
|---|---|---|
| committer | Emmanuel Leblond | 2018-04-07 00:11:26 +0200 |
| commit | adecd6f66ff152e73b59d7c157d72305a092ab9c (patch) | |
| tree | 0711e7adbc1b8f72e8821b5c1c42cf7b46d52a71 /modules/gdnative | |
| parent | e97336a5570028a3efba65d482a8b20c72cea1f4 (diff) | |
| download | godot-adecd6f66ff152e73b59d7c157d72305a092ab9c.tar.gz godot-adecd6f66ff152e73b59d7c157d72305a092ab9c.tar.zst godot-adecd6f66ff152e73b59d7c157d72305a092ab9c.zip | |
Diffstat (limited to 'modules/gdnative')
| -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 411d4911f..924abf29d 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); |
