arranged items so they are inputs of folder rather than outputs

This commit is contained in:
itsmattkc
2021-03-12 12:22:19 +11:00
parent c885fbac5c
commit 500fb58d49
26 changed files with 281 additions and 309 deletions
-2
View File
@@ -29,7 +29,6 @@
namespace olive {
class Block;
class Item;
class Node;
class NodeInput;
@@ -51,7 +50,6 @@ struct XMLNodeData {
QHash<quintptr, Node*> node_ptrs;
QList<SerializedConnection> desired_connections;
QList<BlockLink> block_links;
QHash<quintptr, Item*> item_ptrs;
};