This commit is contained in:
Nick Fisher
2023-07-09 21:38:58 +08:00
parent 2578465d6d
commit 6a9a1a0795

View File

@@ -472,7 +472,7 @@ class FilamentController {
if (_nativeLibrary.reveal_mesh( if (_nativeLibrary.reveal_mesh(
_assetManager, asset, meshName.toNativeUtf8().cast<Char>()) != _assetManager, asset, meshName.toNativeUtf8().cast<Char>()) !=
1) { 1) {
throw Exception("Failed to unhide mesh $meshName"); throw Exception("Failed to reveal mesh $meshName");
} }
} }
} }