summary refs log tree commit diff stats
path: root/tools/mapedit/src/tile_widget.cpp
diff options
context:
space:
mode:
authorKelly Rauchenberger <fefferburbia@gmail.com>2015-03-16 10:30:31 -0400
committerKelly Rauchenberger <fefferburbia@gmail.com>2015-03-16 10:30:31 -0400
commitc46db36fe1c319a76cb6bd089b25952db0d98e11 (patch)
treea4ede892db1dc292a221ff33f991e1b92028a9b4 /tools/mapedit/src/tile_widget.cpp
parent54eee8e0a79898825b39749b38134f4369ccd3ab (diff)
downloadtherapy-c46db36fe1c319a76cb6bd089b25952db0d98e11.tar.gz
therapy-c46db36fe1c319a76cb6bd089b25952db0d98e11.tar.bz2
therapy-c46db36fe1c319a76cb6bd089b25952db0d98e11.zip
Added ability to edit and remove entities to map editor
Diffstat (limited to 'tools/mapedit/src/tile_widget.cpp')
-rw-r--r--tools/mapedit/src/tile_widget.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/mapedit/src/tile_widget.cpp b/tools/mapedit/src/tile_widget.cpp index dc39fdd..7ffaf30 100644 --- a/tools/mapedit/src/tile_widget.cpp +++ b/tools/mapedit/src/tile_widget.cpp
@@ -26,7 +26,7 @@ int TileWidget::getSelected()
26 26
27void TileWidget::Init() 27void TileWidget::Init()
28{ 28{
29 tiles = wxBitmap(wxImage("../../../res/tiles.png")); 29 tiles = wxBitmap(wxImage("res/tiles.png"));
30 30
31 this->FitInside(); 31 this->FitInside();
32 this->SetScrollRate(5, 5); 32 this->SetScrollRate(5, 5);