Skip to content

Commit

Permalink
-
Browse files Browse the repository at this point in the history
  • Loading branch information
codenamecpp committed Sep 26, 2021
1 parent 8a73c2d commit ee80476
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/GameObject.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,9 @@ bool GameObject::ReceiveDamage(const DamageInfo& damageInfo)

void GameObject::RefreshDrawSprite()
{
if (!mDrawSprite)
return;

cxx::angle_t angleOffset;
if (mDrawSpriteOrientation == eSpriteOrientation_N)
{
Expand Down

0 comments on commit ee80476

Please sign in to comment.