EmberDefines.h edited online with Bitbucket

This commit is contained in:
Matt Feemster 2019-05-16 13:51:57 +00:00
parent 7a2fa57d04
commit 9909391475

View File

@ -37,7 +37,7 @@ static void sincos(float x, float* s, float* c)
namespace EmberNs
{
#define EMBER_VERSION "1.0.0.15"
#define EMBER_VERSION "1.0.0.16"
#define EPS6 T(1e-6)
#define EPS std::numeric_limits<T>::epsilon()//Apoplugin.h uses -20, but it's more mathematically correct to do it this way.
#define ISAAC_SIZE 4