0.4.0.9 Beta 07/29/2014

0.4.0.9 Beta 07/29/2014
--Bug Fixes
Final render dialog didn't create the renderer properly on first run
when more than one platform was present.
This commit is contained in:
mfeemster
2014-07-29 08:06:09 -07:00
parent 88a325a5cd
commit b3c313b5c5
11 changed files with 25 additions and 29 deletions

View File

@ -25,7 +25,7 @@ namespace EmberNs
extern void sincos(double x, double *s, double *c);
#endif
#define EMBER_VERSION "0.4.0.9"
#define EMBER_VERSION "0.4.1.0"
#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