You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
GDScript: Check get_node() shorthand in static functions
This commit is contained in:
@@ -848,9 +848,7 @@ public:
|
||||
|
||||
struct GetNodeNode : public ExpressionNode {
|
||||
String full_path;
|
||||
#ifdef DEBUG_ENABLED
|
||||
bool use_dollar = true;
|
||||
#endif
|
||||
|
||||
GetNodeNode() {
|
||||
type = GET_NODE;
|
||||
|
||||
Reference in New Issue
Block a user