diff options
| author | Simon Robertshaw <simon@hardwired.org.uk> | 2012-08-14 13:00:39 (GMT) |
|---|---|---|
| committer | Simon Robertshaw <simon@hardwired.org.uk> | 2012-08-14 13:00:39 (GMT) |
| commit | d5e57e04d0c1ca9cae9a29996df587599691a563 (patch) | |
| tree | afc56955f8a4330a7f21a47d738010a014173d4d /src/game/ToolButton.cpp | |
| parent | e420ee51b1f8441be074d23a21d10770b5184de1 (diff) | |
| download | powder-d5e57e04d0c1ca9cae9a29996df587599691a563.zip powder-d5e57e04d0c1ca9cae9a29996df587599691a563.tar.gz | |
Fix tool buttons
Diffstat (limited to 'src/game/ToolButton.cpp')
| -rw-r--r-- | src/game/ToolButton.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/ToolButton.cpp b/src/game/ToolButton.cpp index 3021b40..aa31b3d 100644 --- a/src/game/ToolButton.cpp +++ b/src/game/ToolButton.cpp @@ -20,7 +20,7 @@ void ToolButton::OnMouseClick(int x, int y, unsigned int button) isButtonDown = true; } -void ToolButton::OnMouseUp(int x, int y, unsigned int button) +void ToolButton::OnMouseUnclick(int x, int y, unsigned int button) { if(isButtonDown) { |
