Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix scene_viewer example on wasm (#4426)
The scene viewer example doesn't run on wasm because it sets the asset folder to `std::env::var("CARGO_MANIFEST_DIR").unwrap()`, which isn't supported on the web. Solution: set the asset folder to `"."` instead.
- Loading branch information