diff options
Diffstat (limited to 'src/wav/wav.odin')
| -rw-r--r-- | src/wav/wav.odin | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wav/wav.odin b/src/wav/wav.odin index bfd8a55..bfa11b1 100644 --- a/src/wav/wav.odin +++ b/src/wav/wav.odin @@ -40,9 +40,9 @@ Wav :: struct { tc_dropframe : bool, ubits : [8]u8, take : int, - project : string, scene : string, note : string, + project : string, tape : string, circled : bool, } |