Try to fix travis build

This commit is contained in:
Eduardo Bart
2013-01-16 12:42:06 -02:00
parent 4305b9e8f4
commit d2712fa218
5 changed files with 6 additions and 5 deletions

View File

@@ -206,6 +206,7 @@ void GraphicalApplication::poll()
// poll window input events
g_window.poll();
g_particles.update();
g_textures.poll();
Application::poll();
}