Allow unicode class names

This commit is contained in:
David Snopek
2024-09-06 17:24:07 -05:00
parent d477589104
commit 536ea8561e
7 changed files with 34 additions and 7 deletions

View File

@@ -250,7 +250,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; \
} \
\