mirror of
https://github.com/godotengine/godot-cpp.git
synced 2026-01-03 18:09:13 +03:00
Allow unicode class names
This commit is contained in:
@@ -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; \
|
||||
} \
|
||||
\
|
||||
|
||||
Reference in New Issue
Block a user