aboutsummaryrefslogtreecommitdiff
path: root/src/wav
diff options
context:
space:
mode:
Diffstat (limited to 'src/wav')
-rw-r--r--src/wav/wav.odin2
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,
}