Removed legacy DLLs, added MSVC10 ones and fixed TextureFont.cpp since Texture Font Generator didn't want to compile.
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
|
||||
#include <fstream>
|
||||
#include <math.h>
|
||||
#include <cassert>
|
||||
|
||||
TextureFont::TextureFont()
|
||||
{
|
||||
@@ -482,7 +483,7 @@ void TextureFont::Save( CString sBasePath, CString sBitmapAppendBeforeExtension,
|
||||
sPageName += "-stroke";
|
||||
break;
|
||||
default:
|
||||
FAIL_M(ssprintf("Unexpected value for j: %i", j));
|
||||
assert(false);
|
||||
}
|
||||
|
||||
CString sFile;
|
||||
|
||||
Reference in New Issue
Block a user