mirror of
https://github.com/Redot-Engine/redot-engine.git
synced 2025-12-06 15:21:56 -05: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