From 9a1bbf4b9ae00bfe6ef7c5c251bae0da9b624d9c Mon Sep 17 00:00:00 2001 From: neoraider Date: Fri, 14 Dec 2007 18:22:04 +0000 Subject: zoomedit: Fixed some PlayerStart related bugs. --- Window.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Window.h') 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; } -- cgit v1.2.3