You've already forked godot
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:
@@ -904,6 +904,7 @@ public:
|
||||
MEMBER_CLASS,
|
||||
INHERITED_VARIABLE,
|
||||
STATIC_VARIABLE,
|
||||
NATIVE_CLASS,
|
||||
};
|
||||
Source source = UNDEFINED_SOURCE;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user