Skip to content
This repository was archived by the owner on Dec 17, 2025. It is now read-only.

Commit 381e5b5

Browse files
Update experimental OBJ+MTL WebGPU viewer
1 parent ee29c24 commit 381e5b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

viewers/templates/OBJ WebGPU.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2356,7 +2356,7 @@
23562356
result = null;
23572357
resultFile = null;
23582358

2359-
await process_zip( '_' + format.toUpperCase() );
2359+
await process_export_zip( '_' + format.toUpperCase() );
23602360
});
23612361
}, function( error ) { handle_export_error( error ); }, options);
23622362
}

0 commit comments

Comments
 (0)