Commit 6fc71dfd authored by cutealien's avatar cutealien

Remove compile warning.

git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@5098 dfc29bdd-3216-0410-991c-e03cc46cb475
parent e138121a
...@@ -1641,7 +1641,7 @@ bool CXMeshFileLoader::parseDataObjectAnimationTicksPerSecond() ...@@ -1641,7 +1641,7 @@ bool CXMeshFileLoader::parseDataObjectAnimationTicksPerSecond()
return false; return false;
} }
AnimatedMesh->setAnimationSpeed(ticks); AnimatedMesh->setAnimationSpeed(static_cast<irr::f32>(ticks));
return true; return true;
} }
......
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