Skip to content

Commit

Permalink
Revert change to test 416
Browse files Browse the repository at this point in the history
  • Loading branch information
pskelton committed Jul 26, 2024
1 parent 19c7349 commit 2c878a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Bin/GameTest/GameTests_0000.cpp
Original file line number Diff line number Diff line change
@@ -604,7 +604,7 @@ GAME_TEST(Issues, Issue416) {
test.playTraceFromTestData("issue_416b.mm7", "issue_416b.json");
// Make sure all droids are above the ground
for (auto& actor : pActors) {
EXPECT_GE(static_cast<int>(actor.pos.z), 222);
EXPECT_GE(actor.pos.z, 224);
}
}

0 comments on commit 2c878a1

Please sign in to comment.