Skip to content

Commit b3a2d72

Browse files
committed
Stopped assert showing :(
1 parent 9d71a62 commit b3a2d72

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Source/Managers/MovableMan.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,8 @@ MOID MovableMan::GetMOIDPixel(int pixelX, int pixelY, const std::vector<int>& mo
147147
MOID moid = *itr;
148148
const MovableObject* mo = GetMOFromID(moid);
149149

150-
RTEAssert(mo, "Null MO found in MOID list!");
150+
// Commented... see MovableMan::GetMOFromID
151+
// RTEAssert(mo, "Null MO found in MOID list!");
151152
if (mo == nullptr) {
152153
continue;
153154
}

0 commit comments

Comments
 (0)