moved block links to node links
Seems like it might be useful to have this as part of the node architecture as a whole
This commit is contained in:
@@ -50,7 +50,7 @@ struct XMLNodeData {
|
||||
};
|
||||
|
||||
struct BlockLink {
|
||||
Block* block;
|
||||
Node* block;
|
||||
quintptr link;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user