diff options
Diffstat (limited to 'src/game/ToolButton.cpp')
| -rw-r--r-- | src/game/ToolButton.cpp | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/src/game/ToolButton.cpp b/src/game/ToolButton.cpp index 70b93a2..575167f 100644 --- a/src/game/ToolButton.cpp +++ b/src/game/ToolButton.cpp @@ -1,10 +1,3 @@ -/* - * ToolButton.cpp - * - * Created on: Jan 30, 2012 - * Author: Simon - */ - #include "ToolButton.h" #include "interface/Keys.h" @@ -17,7 +10,7 @@ ToolButton::ToolButton(ui::Point position, ui::Point size, std::string text_, st void ToolButton::OnMouseClick(int x, int y, unsigned int button) { - isButtonDown = true; + isButtonDown = true; } void ToolButton::OnMouseUnclick(int x, int y, unsigned int button) @@ -94,6 +87,5 @@ int ToolButton::GetSelectionState() } ToolButton::~ToolButton() { - // TODO Auto-generated destructor stub } |
