mirror of
https://git.mirrors.martin98.com/https://github.com/google/draco
synced 2025-06-04 11:25:44 +08:00
add back config option for DracoDecoderModule (#968)
after it was removed a few years ago in the update to 1.4.0
This commit is contained in:
parent
cbbe207ca9
commit
01eb67158f
@ -51,7 +51,7 @@ function createDecoderModule() {
|
||||
|
||||
// draco_decoder.js or draco_wasm_wrapper.js must be loaded before
|
||||
// DracoModule is created.
|
||||
DracoDecoderModule({}).then((module) => {
|
||||
DracoDecoderModule(dracoDecoderType).then((module) => {
|
||||
decoderModule = module;
|
||||
enableButtons();
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user