use cmath and C++ (std::) versions of functions
This commit is contained in:
@@ -851,7 +851,7 @@ void LWOImporter::LoadLWO2Surface(unsigned int size)
|
||||
case AI_LWO_SMAN:
|
||||
{
|
||||
AI_LWO_VALIDATE_CHUNK_LENGTH(head.length,SMAN,4);
|
||||
surf.mMaximumSmoothAngle = fabs( GetF4() );
|
||||
surf.mMaximumSmoothAngle = std::fabs( GetF4() );
|
||||
break;
|
||||
}
|
||||
// vertex color channel to be applied to the surface
|
||||
|
||||
Reference in New Issue
Block a user