Refactor
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user