update bindings

This commit is contained in:
Nick Fisher
2024-11-21 12:31:58 +08:00
parent e60ab51b79
commit 468cada6c6
2 changed files with 3 additions and 3 deletions

View File

@@ -127,7 +127,7 @@ public:
std::packaged_task<void()> lambda([=]() mutable
{
_viewer = nullptr;
destroy_filament_viewer(reinterpret_cast<TViewer*>(viewer)); });
Viewer_destroy(reinterpret_cast<TViewer*>(viewer)); });
auto fut = add_task(lambda);
fut.wait();
}