1
0
Fork 0

Added a missing include for abs(float).

This commit is contained in:
madmaxoft 2014-07-27 20:08:33 +02:00
parent 30893e7ee2
commit 579b80fd3a
1 changed files with 6 additions and 0 deletions

View File

@ -5,6 +5,12 @@
#pragma once
#include <cmath>
// Some settings
#define NOISE_DATATYPE float