mirror of
https://github.com/edubart/otclient.git
synced 2025-10-22 23:35:54 +02:00
Try to fix travis build
This commit is contained in:
@@ -26,7 +26,6 @@
|
||||
#include "declarations.h"
|
||||
#include <framework/util/databuffer.h>
|
||||
#include <client/position.h>
|
||||
#include <boost/concept_check.hpp>
|
||||
|
||||
enum {
|
||||
BINARYTREE_ESCAPE_CHAR = 0xFD,
|
||||
|
@@ -206,6 +206,7 @@ void GraphicalApplication::poll()
|
||||
// poll window input events
|
||||
g_window.poll();
|
||||
g_particles.update();
|
||||
g_textures.poll();
|
||||
|
||||
Application::poll();
|
||||
}
|
||||
|
Reference in New Issue
Block a user