Fix comment to match variable names.
WARNING! This will force recompilation of almost all of your files!
This commit is contained in:
+1
-1
@@ -266,7 +266,7 @@ inline float RandomFloat()
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
// Returns a float between dLow and dHigh inclusive
|
// Returns a float between fLow and fHigh inclusive
|
||||||
inline float RandomFloat( float fLow, float fHigh )
|
inline float RandomFloat( float fLow, float fHigh )
|
||||||
{
|
{
|
||||||
return SCALE( RandomFloat(), 0.0f, 1.0f, fLow, fHigh );
|
return SCALE( RandomFloat(), 0.0f, 1.0f, fLow, fHigh );
|
||||||
|
|||||||
Reference in New Issue
Block a user