Skip to content

Commit

Permalink
Fixed a unit test issue
Browse files Browse the repository at this point in the history
  • Loading branch information
totycro committed Apr 2, 2012
1 parent 16a7415 commit 3f851ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion horizons/gui/mousetools/navigationtool.py
Expand Up @@ -35,7 +35,7 @@
class NavigationTool(CursorTool):
"""Navigation Class to process mouse actions ingame"""

last_event_pos = None # last received mouse event position, fife.ScreenPoint
last_event_pos = fife.ScreenPoint(0, 0) # last received mouse event position, fife.ScreenPoint

send_hover_instances_update = True
HOVER_INSTANCES_UPDATE_DELAY = 1 # sec
Expand Down

0 comments on commit 3f851ef

Please sign in to comment.