Fix final animation

This commit is contained in:
Synthasmagoria 2026-08-30 19:30:13 +02:00
commit 02fd60e67d
6 changed files with 29 additions and 8 deletions

View file

@ -8,7 +8,7 @@ ProjectData :: struct {
matrix_count: u32,
matrices: []f32,
grid: Grid,
animation: Animation,
shapes: AnimationShapes,
}
project_write :: proc(project: ^ProjectData, path: string) -> ProjectWriteError {