Ignored non-source extensions

This commit is contained in:
xawotihs
2013-10-24 21:53:46 +02:00
parent 1f0485ff8e
commit 4ac376b5f2
2 changed files with 217 additions and 1 deletions

View File

@@ -148,7 +148,7 @@ void WLBFont::FormatText(string &s, vector<string>& output)
}
WFBFont::WFBFont(int inFontID, const char *fontname, int lineheight, bool) :
WFont(inFontID)
WFont(inFontID), mTexture(0)
{
mRenderer = JRenderer::GetInstance();