diff options
author | Karroffel <therzog@mail.de> | 2017-03-13 16:45:27 +0100 |
---|---|---|
committer | Karroffel <therzog@mail.de> | 2017-03-13 21:17:31 +0100 |
commit | 6ab3213a557fac60d20b1e06db96a7f9e97d243a (patch) | |
tree | a8737979a27ebb28242f2b54441b1029731ed1aa /scene/scene_string_names.h | |
parent | af550e2f9822dc4ea7c06aee7d8b4f1af1d61de3 (diff) |
fixed ClassDB inconsistencies
fixes #7960
Diffstat (limited to 'scene/scene_string_names.h')
-rw-r--r-- | scene/scene_string_names.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scene/scene_string_names.h b/scene/scene_string_names.h index e16e1e04e6..8900bbe1d9 100644 --- a/scene/scene_string_names.h +++ b/scene/scene_string_names.h @@ -167,7 +167,7 @@ public: StringName area_entered; StringName area_exited; - StringName get_minimum_size; + StringName _get_minimum_size; StringName play_play; |