fix initial grid state
This commit is contained in:
@@ -118,6 +118,7 @@ public:
|
||||
int importGrid(const uint8_t* buffer, size_t size);
|
||||
void loadPreset(int preset);
|
||||
void rebuildProcessingOrder();
|
||||
void updateGraph();
|
||||
void clearGrid();
|
||||
|
||||
GridCell grid[GRID_W][GRID_H];
|
||||
|
||||
Reference in New Issue
Block a user