Skip to content

Commit 0e1230e

Browse files
committed
Stupid clang-format
1 parent c0875f1 commit 0e1230e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/System/Atom.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -712,7 +712,7 @@ int Atom::Travel(float travelTime, bool autoTravel, bool scenePreLocked) {
712712
delta[Y] = std::floor(position.m_Y + segTraj.m_Y) - intPos[Y];
713713

714714
// This tends to trigger a lot. It shouldn't, and ought to be properly fixed, but... TODO
715-
//RTEAssert(std::abs(delta[X]) < 2500 && std::abs(delta[Y] < 2500), "Extremely long difference trajectory found during Atom::Travel. Owner is " + m_OwnerMO->GetPresetName() + ", with Vel (" + std::to_string(velocity.GetX()) + ", " + std::to_string(velocity.GetY()) + ").");
715+
// RTEAssert(std::abs(delta[X]) < 2500 && std::abs(delta[Y] < 2500), "Extremely long difference trajectory found during Atom::Travel. Owner is " + m_OwnerMO->GetPresetName() + ", with Vel (" + std::to_string(velocity.GetX()) + ", " + std::to_string(velocity.GetY()) + ").");
716716

717717
// segProgress = 0.0F;
718718
// delta2[X] = 0;

0 commit comments

Comments
 (0)