Commit a4c01959 authored by hybrid's avatar hybrid

Hmm, this seems to be faster ;-) Anyway, Solaris won't like it just as the :: namespace. We'll see.

git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@899 dfc29bdd-3216-0410-991c-e03cc46cb475
parent 86af24df
...@@ -235,7 +235,7 @@ namespace core ...@@ -235,7 +235,7 @@ namespace core
inline f32 round ( f32 x ) inline f32 round ( f32 x )
{ {
return round(x); return roundf(x);
} }
REALINLINE void clearFPUException () REALINLINE void clearFPUException ()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment