Fix aircraft shadows being drawn facing the wrong direction

This commit is contained in:
Jonathan G Rennison
2021-10-12 20:19:53 +01:00
parent 32571a0ccd
commit 71a5abd42b
3 changed files with 21 additions and 6 deletions

View File

@@ -1387,7 +1387,7 @@ public:
inline void UpdateImageStateUsingMapDirection(VehicleSpriteSeq &seq)
{
this->UpdateImageState(this->GetMapImageDirection(), seq);
this->UpdateImageState(((T *)this)->GetMapImageDirection(), seq);
}
private: