dedicated fix

This commit is contained in:
gmueller
2011-01-14 21:09:14 +01:00
parent 45e085b370
commit 2915c8a030
3 changed files with 11 additions and 13 deletions

View File

@ -5,7 +5,7 @@
int main(int argc, char ** argv) {
try {
Application app;
app.setMaster();
app.setMaster(true);
app.initialize(argc, argv);
while (app.isRunning())
app.update();