aboutsummaryrefslogtreecommitdiff
path: root/tools/compile_assets/aseprite/marshal.odin
diff options
context:
space:
mode:
Diffstat (limited to 'tools/compile_assets/aseprite/marshal.odin')
-rw-r--r--tools/compile_assets/aseprite/marshal.odin4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/compile_assets/aseprite/marshal.odin b/tools/compile_assets/aseprite/marshal.odin
index 1b56de1..d94c822 100644
--- a/tools/compile_assets/aseprite/marshal.odin
+++ b/tools/compile_assets/aseprite/marshal.odin
@@ -1,7 +1,7 @@
package aseprite_file_handler
import "core:io"
-import "core:os"
+import os "core:os/old"
import "core:log"
import "core:bytes"
import "core:bufio"
@@ -546,4 +546,4 @@ marshal_to_writer :: proc(doc: ^Document, ww: io.Writer, allocator := context.al
return file_size, Marshal_Errors.Wrong_Write_Size
}
return
-} \ No newline at end of file
+}