--Bug fixes

-Highlight power values less than 0 were accidentally disabled on the UI.
This commit is contained in:
mfeemster
2016-06-21 19:27:37 -07:00
parent f8133c73bf
commit edd1a0c9cc
12 changed files with 22 additions and 18 deletions

View File

@ -40,7 +40,7 @@ static void sincos(float x, float* s, float* c)
namespace EmberNs
{
#define EMBER_VERSION "1.0.0.0"
#define EMBER_VERSION "1.0.0.1"
#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