Binary file not shown.
|
Before Width: | Height: | Size: 1.0 KiB After Width: | Height: | Size: 1017 B |
Binary file not shown.
|
Before Width: | Height: | Size: 2.6 KiB After Width: | Height: | Size: 883 B |
Binary file not shown.
|
Before Width: | Height: | Size: 2.8 KiB After Width: | Height: | Size: 1.0 KiB |
@@ -136,7 +136,7 @@ void Globals::BuildAssetTexture(const fs::path& pngFilePath, TextureType texType
|
|||||||
|
|
||||||
std::string src = tex.GetBodySourceCode();
|
std::string src = tex.GetBodySourceCode();
|
||||||
|
|
||||||
File::WriteAllText(outPath.string(), src);
|
File::WriteAllBytes(outPath.string(), src.c_str(), src.size());
|
||||||
}
|
}
|
||||||
|
|
||||||
std::map<std::string, ExporterSet*>& Globals::GetExporterMap()
|
std::map<std::string, ExporterSet*>& Globals::GetExporterMap()
|
||||||
|
|||||||
Reference in New Issue
Block a user