This commit is contained in:
Daveo 2001-08-04 21:21:25 +00:00
parent 80a6c35255
commit 1237239ec1

View File

@ -1191,8 +1191,8 @@ bool CThing::isOnScreen(DVECTOR Pos)
sBBox &ScrBBox=CThingManager::getRenderBBox();
DVECTOR const &CamPos=CLevel::getCameraPos();
Pos.vx-=CamPos.vx;
Pos.vy-=CamPos.vy;
// Pos.vx-=CamPos.vx;
// Pos.vy-=CamPos.vy;
if (Pos.vx<ScrBBox.XMin) return(false);
if (Pos.vx>ScrBBox.XMax) return(false);