fix initial grid state

This commit is contained in:
Dejvino
2026-03-01 15:19:36 +01:00
parent 534a7512c4
commit c7aa020f67
3 changed files with 122 additions and 20 deletions
+1
View File
@@ -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];