Another typo

This commit is contained in:
Keith Whitwell
2005-06-09 19:03:18 +00:00
parent 44367aab2a
commit 1fc4bcbb17

View File

@@ -105,7 +105,7 @@ static GLfloat RoughApproxPow2(GLfloat t)
fi.i = (fi.i << 23) + 0x3f800000; fi.i = (fi.i << 23) + 0x3f800000;
return fi.f; return fi.f;
#else #else
return (GLfloat) _mesa_pow(2.0, floor_t0); return (GLfloat) _mesa_pow(2.0, t);
#endif #endif
} }