From 9ada6aae645bff6f6df6d72ea7fc354fa5dbb353 Mon Sep 17 00:00:00 2001 From: Nick Fisher Date: Thu, 21 Nov 2024 12:32:52 +0800 Subject: [PATCH] chore: rename to Viewer_destroy --- .../lib/src/viewer/src/web_wasm/src/thermion_viewer_wasm.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/thermion_dart/lib/src/viewer/src/web_wasm/src/thermion_viewer_wasm.dart b/thermion_dart/lib/src/viewer/src/web_wasm/src/thermion_viewer_wasm.dart index 0bc3eb8e..54497cdc 100644 --- a/thermion_dart/lib/src/viewer/src/web_wasm/src/thermion_viewer_wasm.dart +++ b/thermion_dart/lib/src/viewer/src/web_wasm/src/thermion_viewer_wasm.dart @@ -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); // }