wstring support for datatree, urlencode for xml..?

This commit is contained in:
Charles J. Cliffe
2016-06-12 22:49:13 -04:00
parent 005ce358ed
commit 61d67e69d6
4 changed files with 98 additions and 7 deletions
+1 -1
View File
@@ -341,7 +341,7 @@ void GLFont::loadFont(const std::wstring& fontFile) {
lodepng::State state;
unsigned error = lodepng::decode(image, imgWidth, imgHeight, raw_image, png_size);
delete raw_image;
delete[] raw_image;
png_file.Close();
if (error) {