This commit is contained in:
luboslenco
2024-02-10 19:26:53 +01:00
parent c73e63bceb
commit 156f3eb274
63 changed files with 444 additions and 449 deletions
+1 -1
View File
@@ -93,6 +93,6 @@ class ExportObj {
if (!path.endsWith(".obj")) path += ".obj";
let b = Uint8Array.from(o).buffer;
Krom.fileSaveBytes(path, b, b.byteLength);
krom_file_save_bytes(path, b, b.byteLength);
}
}