chore: cleanup

This commit is contained in:
Nick Fisher
2024-09-30 18:20:30 +08:00
parent 50ed0bdfda
commit 8ddaf24a94
5 changed files with 1 additions and 21 deletions

View File

@@ -46,7 +46,6 @@ extern "C"
EMSCRIPTEN_KEEPALIVE TViewer *Viewer_create(const void *context, const void *const loader, void *const platform, const char *uberArchivePath)
{
Log("CREATE");
const auto *loaderImpl = new ResourceLoaderWrapperImpl((ResourceLoaderWrapper *)loader);
auto viewer = new FilamentViewer(context, loaderImpl, platform, uberArchivePath);
return reinterpret_cast<TViewer *>(viewer);