[Bf-committers] [Bf-blender-cvs] SVN commit: /data/svn/bf-blender [26191] trunk/blender/source/blender: Math Lib:

lguillaume lecocqguillaume at gmail.com
Fri Jan 22 23:51:20 CET 2010


Hello,
For the file \source\blender\blenlib\intern\math_base_inline.c on line 113,
MSVC want to know what is the result of log(), I change
return (float)pow(2, ceil(log(val) / log(2)));

by return (float)pow(2, ceil(log(val) / log(2.0)));

Regards


More information about the Bf-committers mailing list