summaryrefslogtreecommitdiffstats
path: root/Window.h
diff options
context:
space:
mode:
authorneoraider <devnull@localhost>2007-12-14 19:22:04 +0100
committerneoraider <devnull@localhost>2007-12-14 19:22:04 +0100
commit9a1bbf4b9ae00bfe6ef7c5c251bae0da9b624d9c (patch)
tree267713fcf9eb34f597f9ad1af6fc2f78a77831ee /Window.h
parenta8c1d6168797526b9d24bc8c86f2578f3be59fa8 (diff)
downloadzoomedit-9a1bbf4b9ae00bfe6ef7c5c251bae0da9b624d9c.tar
zoomedit-9a1bbf4b9ae00bfe6ef7c5c251bae0da9b624d9c.zip
zoomedit: Fixed some PlayerStart related bugs.
Diffstat (limited to 'Window.h')
-rw-r--r--Window.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/Window.h b/Window.h
index 00c447c..2e75f13 100644
--- a/Window.h
+++ b/Window.h
@@ -44,6 +44,10 @@ class Window {
void update();
void handleAction(UIManager::Action action);
+ void redraw() {
+ drawer.update();
+ }
+
EditManager& getEditManager() {
return editor;
}