mirror of
https://bitbucket.org/mfeemster/fractorium.git
synced 2025-07-12 03:04:51 -04:00
--Code changes
-Modernize some C++ code.
This commit is contained in:
@ -224,7 +224,7 @@ public:
|
||||
#ifdef ISAAC_FLAM3_DEBUG
|
||||
return (Rand() & 0xfffffff) / (floatType)0xfffffff;
|
||||
#else
|
||||
return Frand<floatType>(floatType(0), floatType(1));
|
||||
return Frand<floatType>(static_cast<floatType>(0), static_cast<floatType>(1));
|
||||
#endif
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user