summaryrefslogtreecommitdiff
path: root/src/gui/debugwindow.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2012-05-13 17:52:35 +0300
committerAndrei Karas <akaras@inbox.ru>2012-05-13 17:52:35 +0300
commit12e311bd5261078e02bffe63e125f89ae1a57209 (patch)
tree9a71f8e4ca78ea6f5eb09ccdb3bd6cd95830c884 /src/gui/debugwindow.h
parent258f968327f6e790e11e809070c5ea5dc21a299c (diff)
downloadplus-12e311bd5261078e02bffe63e125f89ae1a57209.tar.gz
plus-12e311bd5261078e02bffe63e125f89ae1a57209.tar.bz2
plus-12e311bd5261078e02bffe63e125f89ae1a57209.tar.xz
plus-12e311bd5261078e02bffe63e125f89ae1a57209.zip
Move some code from logic queue to separate calls.
It can improve perfomance in slow systems.
Diffstat (limited to 'src/gui/debugwindow.h')
-rw-r--r--src/gui/debugwindow.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/debugwindow.h b/src/gui/debugwindow.h
index dfbaa82be..1a5339cba 100644
--- a/src/gui/debugwindow.h
+++ b/src/gui/debugwindow.h
@@ -125,7 +125,7 @@ class DebugWindow : public Window
/**
* Logic (updates components' size and infos)
*/
- void logic();
+ void slowLogic();
void draw(gcn::Graphics *g);