diff options
Diffstat (limited to 'src/gui/viewport.cpp')
-rw-r--r-- | src/gui/viewport.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/viewport.cpp b/src/gui/viewport.cpp index 4c64c627..a39db509 100644 --- a/src/gui/viewport.cpp +++ b/src/gui/viewport.cpp @@ -309,7 +309,7 @@ Viewport::drawTargetCursor(Graphics *graphics) int rangeY = abs(target->mY - player_node->mY); int attackRange = player_node->getAttackRange(); - // get the correct target cursors graphic + // Get the correct target cursors graphic Being::TargetCursorSize cursorSize = target->getTargetCursorSize(); Image* targetCursor; if (rangeX > attackRange || rangeY > attackRange) |