Skip to content

Commit

Permalink
fix: B3D Tests now compile
Browse files Browse the repository at this point in the history
  • Loading branch information
AWildErin committed Sep 26, 2024
1 parent d385fe4 commit 493dbe5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions test/test_b3d.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,5 @@ TEST(B3D, read_staticmesh)
// Check for the only texture in this TEXS block (yes, this is the actual path for some reason)
EXPECT_STREQ(model.texsChunks[0].textures[0].name.data(), "D:\\SCP - CB - Vanilla\\GFX\\npcs\\173texture.jpg");

EXPECT_STREQ(model.nodeChunks[0].nodeData.name.data(), "Scene_Root");

__debugbreak();
EXPECT_STREQ(model.rootNode.nodeData.name.data(), "Scene_Root");
}

0 comments on commit 493dbe5

Please sign in to comment.