You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-20 14:45:44 +00:00
oops, C++11 makes me screw up
This commit is contained in:
@@ -121,8 +121,8 @@ public:
|
||||
|
||||
struct BlockNode : public Node {
|
||||
|
||||
ClassNode *parent_class=NULL;
|
||||
BlockNode *parent_block=NULL;
|
||||
ClassNode *parent_class;
|
||||
BlockNode *parent_block;
|
||||
Map<StringName,int> locals;
|
||||
List<Node*> statements;
|
||||
Vector<StringName> variables;
|
||||
|
||||
Reference in New Issue
Block a user