Irrlicht Font

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Post Reply
Aspiring
Posts: 6
Joined: Fri May 09, 2008 1:43 am

Irrlicht Font

Post by Aspiring »

The examples for the Irrlicht engine showed me that when I'm done with a font I should call it's drop() function.

However, when I do this, and then later in my program ask the engine for the same font again, it will return me a pointer pointing to garbage and cause my program to crash.

How do I get around this, is there some other function I should call ?

Thanks
Post Reply