1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-04 12:00:25 +00:00

GDScript: Properly detect native class on static call optimization

This commit is contained in:
George Marques
2025-07-24 15:08:18 -03:00
parent e0603aeda3
commit 38f8643b00
4 changed files with 8 additions and 2 deletions

View File

@@ -904,6 +904,7 @@ public:
MEMBER_CLASS,
INHERITED_VARIABLE,
STATIC_VARIABLE,
NATIVE_CLASS,
};
Source source = UNDEFINED_SOURCE;