1
0

Fixed QtBiomeVisualiser compilation.

This commit is contained in:
Mattes D
2014-11-29 23:55:06 +01:00
parent 8e6f98eb40
commit abbe18c0ab
2 changed files with 17 additions and 3 deletions

View File

@@ -2,7 +2,6 @@
#include "Globals.h" // NOTE: MSVC stupidness requires this to be the same across all modules
#include "Noise.h"
#include "OSSupport/Timer.h"
#define FAST_FLOOR(x) (((x) < 0) ? (((int)x) - 1) : ((int)x))