Commit 09e39659 authored by hybrid's avatar hybrid

Fixed documentation, found by Slappy.

git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@863 dfc29bdd-3216-0410-991c-e03cc46cb475
parent 53e23534
......@@ -63,7 +63,7 @@ wchar_t *helptext = L"This tool creates bitmap fonts for the Irrlicht Engine\n\n
L"when making a font with a lot of characters, please be patient!\n\n"
L"Now you're ready to give your font a name, select a format and click save.\n\n"
L"To load your font in Irrlicht, simply use env->addFont(\"Myfont.xml\");\n\n"
L"To load your font in Irrlicht, simply use env->getFont(\"Myfont.xml\");\n\n"
L"That's all, have fun :-)";
......
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