StringName: Fix empty hash

+Fixed compat hashes
This commit is contained in:
rune-scape 2024-09-04 20:11:06 -07:00
parent 27552a2f26
commit 0dde931bc9
19 changed files with 68 additions and 263 deletions

View file

@ -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)