summaryrefslogtreecommitdiff
path: root/src/game/GameView.cpp
diff options
context:
space:
mode:
authorSimon Robertshaw <simon@hardwired.org.uk>2012-07-22 13:46:09 (GMT)
committer Simon Robertshaw <simon@hardwired.org.uk>2012-07-22 13:46:09 (GMT)
commitf445b80e8a0d97408aa6b7b7b62ef5a661ec6e99 (patch)
tree8257cf91666e4a4527b5580da24e6334d53ad250 /src/game/GameView.cpp
parentf7d8556965832821036c210ffc1f9e73f3ff70cc (diff)
downloadpowder-f445b80e8a0d97408aa6b7b7b62ef5a661ec6e99.zip
powder-f445b80e8a0d97408aa6b7b7b62ef5a661ec6e99.tar.gz
Strealine icon and Erase icon
Diffstat (limited to 'src/game/GameView.cpp')
-rw-r--r--src/game/GameView.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/GameView.cpp b/src/game/GameView.cpp
index 6b4a953..4b5a438 100644
--- a/src/game/GameView.cpp
+++ b/src/game/GameView.cpp
@@ -441,7 +441,7 @@ void GameView::NotifyToolListChanged(GameModel * sender)
currentX -= 31;
tempButton->SetActionCallback(new ToolAction(this, toolList[i]));
- VideoBuffer * tempTexture = toolList[i]->GetTexture(30, 18);
+ VideoBuffer * tempTexture = toolList[i]->GetTexture(26, 14);
tempButton->Appearance.SetTexture(tempTexture);
if(tempTexture)
delete tempTexture;