Commit 508172dd authored by cutealien's avatar cutealien

Remove unnecessary cast.


git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@4927 dfc29bdd-3216-0410-991c-e03cc46cb475
parent c4988bda
......@@ -61,7 +61,7 @@ void CTextSceneNode::render()
SceneManager->getActiveCamera());
core::rect<s32> r(pos, core::dimension2d<s32>(1,1));
Font->draw(Text.c_str(), r, Color, true, true);
Font->draw(Text, r, Color, true, 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