chore: sync workspace state

This commit is contained in:
2026-03-29 01:36:53 +08:00
parent eb5de3e3d4
commit e5cb79f3ce
4935 changed files with 35593 additions and 360696 deletions

View File

@@ -163,9 +163,8 @@ void BackpackSceneTest::LoadBackpackMesh() {
const std::filesystem::path meshPath = ResolveRuntimePath("Res/models/backpack/backpack.obj");
MeshLoader loader;
// Keep import behavior aligned with the editor/runtime resource path.
MeshImportSettings settings;
settings.AddImportFlag(MeshImportFlags::FlipUVs);
LoadResult result = loader.Load(meshPath.string().c_str(), &settings);
ASSERT_TRUE(result);
ASSERT_NE(result.resource, nullptr);