Skip to content

Commit

Permalink
save
Browse files Browse the repository at this point in the history
  • Loading branch information
onon1101 committed May 14, 2024
1 parent b812c25 commit 28862bb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion include/Dungeon/Enemies/DragonGreen.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ class DragonGreen final : public Dungeon::Enemy {
bool IsBoss() const override { return true; }

private:
void UpdateProperties();

const glm::vec2 m_FrameSize = {54, 51};

Expand Down
1 change: 0 additions & 1 deletion src/Dungeon/Enemies/DragonGreen.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,5 @@ void DragonGreen::Move() {
}
}
m_Attack = !m_Attack;
UpdateProperties();
}
} // namespace Dungeon::Enemies

0 comments on commit 28862bb

Please sign in to comment.