Fix final animation
This commit is contained in:
parent
ef350183e2
commit
02fd60e67d
6 changed files with 29 additions and 8 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue