mirror of
https://github.com/godotengine/godot.git
synced 2025-12-07 22:00:10 +00:00
StringName: Fix empty hash
+Fixed compat hashes
This commit is contained in:
parent
27552a2f26
commit
0dde931bc9
19 changed files with 68 additions and 263 deletions
|
|
@ -348,10 +348,6 @@ protected:
|
|||
void _notification(int p_notification);
|
||||
static void _bind_methods();
|
||||
|
||||
#ifndef DISABLE_DEPRECATED
|
||||
static void _bind_compatibility_methods();
|
||||
#endif
|
||||
|
||||
// Exposed virtual methods.
|
||||
|
||||
GDVIRTUAL1RC(bool, _has_point, Vector2)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue