Do not clip parallax objects (fix disappearing moon, #575)

Günther Brammer 2012-10-30 22:18:27 +01:00
parent 2335abcc23
commit 4b096d71a0
1 changed files with 1 additions and 1 deletions

View File

@ -1892,7 +1892,7 @@ void C4Object::Draw(C4TargetFacet &cgo, int32_t iByPlayer, DrawMode eDrawMode, f
if (!eDrawMode) SetAudibilityAt(cgo, GetX(), GetY());
// Output boundary
if (!fYStretchObject && !eDrawMode)
if (!fYStretchObject && !eDrawMode && !(Category & C4D_Parallax))
{
if (pActionDef && !r && !pActionDef->GetPropertyInt(P_FacetBase) && Con<=FullCon)
{