flatten state

This commit is contained in:
2025-09-28 19:05:05 +02:00
parent 9c50495c85
commit add1e4c875
7 changed files with 49 additions and 160 deletions
+1 -1
View File
@@ -125,7 +125,7 @@ typedef struct SharedContext {
double time;
unsigned int fps;
float tempo;
unsigned int sub_state[MAX_FRAG * MAX_FRAG];
unsigned int state[MAX_FRAG];
bool demo;
unsigned int seeds[MAX_FRAG];
bool monitor;