additional wrapper updates, bug 4468

This commit is contained in:
Brian Paul
2005-09-19 20:12:32 +00:00
parent a01cb26a90
commit b3aefd1cfb
26 changed files with 227 additions and 109 deletions

View File

@@ -97,7 +97,7 @@ static GLfloat RoughApproxPower(GLfloat x, GLfloat y)
*/
static GLfloat ApproxLog2(GLfloat t)
{
return (GLfloat) (log(t) * 1.442695F);
return (GLfloat) (LOGF(t) * 1.442695F);
}
static GLfloat ApproxExp2(GLfloat t)