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

@@ -487,9 +487,8 @@ void BackpackTest::LoadBackpackMesh() {
const std::string meshPathString = meshPath.string();
MeshLoader loader;
// Keep import behavior aligned with the editor/runtime resource path.
MeshImportSettings settings;
settings.AddImportFlag(MeshImportFlags::FlipUVs);
LoadResult result = loader.Load(meshPathString.c_str(), &settings);
ASSERT_TRUE(result);
ASSERT_NE(result.resource, nullptr);