1
0
Fork 0
mirror of https://github.com/AquariaOSE/Aquaria.git synced 2024-12-29 00:05:50 +00:00

Fix gcc compile (broke in 300f326777)

This commit is contained in:
fgenesis 2014-09-15 20:59:21 +02:00
parent d82553d6a7
commit 26dc8560b7

View file

@ -23,6 +23,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#include "MathFunctions.h"
#include <assert.h>
#include <algorithm>
bool RenderObject::renderCollisionShape = false;
int RenderObject::lastTextureApplied = 0;