Merge pull request #1574 from dsnopek/unicode-class-names

Allow unicode class names
This commit is contained in:
David Snopek
2024-10-29 13:09:45 -05:00
committed by GitHub
7 changed files with 34 additions and 7 deletions

View File

@@ -245,7 +245,7 @@ public:
} \
\
static const ::godot::StringName &get_class_static() { \
static const ::godot::StringName string_name = ::godot::StringName(#m_class); \
static const ::godot::StringName string_name = ::godot::StringName(U## #m_class); \
return string_name; \
} \
\