You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-07 12:30:27 +00:00
GDScript: Check get_node() shorthand in static functions
(cherry picked from commit 0f27c4ad80)
This commit is contained in:
committed by
Yuri Sizov
parent
efa82d5025
commit
d5a11e17b8
@@ -834,9 +834,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