chore: rename to Viewer_destroy

This commit is contained in:
Nick Fisher
2024-11-21 12:32:52 +08:00
parent 0ef0f37bbf
commit 9ada6aae64

View File

@@ -241,7 +241,7 @@
// }
// void _destroyViewer() {
// _module!.ccall("destroy_filament_viewer", "void", ["void*".toJS].toJS,
// _module!.ccall("Viewer_destroy", "void", ["void*".toJS].toJS,
// [_viewer].toJS, null);
// }