mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
Use BinaryMutex instead of Mutex for StringName.
This commit is contained in:
@@ -178,8 +178,6 @@ public:
|
||||
StringName(const String &p_name, bool p_static = false);
|
||||
StringName() {}
|
||||
|
||||
static void assign_static_unique_class_name(StringName *ptr, const char *p_name);
|
||||
|
||||
#ifdef SIZE_EXTRA
|
||||
_NO_INLINE_
|
||||
#else
|
||||
|
||||
Reference in New Issue
Block a user