Skip to content

Commit

Permalink
Fixed the MP Gauge being drawn over the HP gauge
Browse files Browse the repository at this point in the history
  • Loading branch information
The-Fireplace authored Jan 25, 2018
1 parent 174e224 commit 73622b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Menu/Ace_Menu_Engine.rb
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ def draw_actor_simple_status(actor, dx, dy)
draw_actor_tp(actor, dx + 120 + dw/2, dy + line_height * 2, dw/2 + 1)
end
elsif YEA::MENU::DRAW_TP_GAUGE && actor.draw_mp?
draw_actor_mp(actor, dx + 120, dy + line_height * 1, dw)
draw_actor_mp(actor, dx + 120, dy + line_height * 2, dw)
end

end
Expand Down Expand Up @@ -665,4 +665,4 @@ def command_totori
#
# ▼ End of File
#
#==============================================================================
#==============================================================================

0 comments on commit 73622b4

Please sign in to comment.