1
0
mirror of https://github.com/XProger/OpenLara.git synced 2025-08-08 06:06:51 +02:00

fix atlas dump

This commit is contained in:
XProger
2018-11-12 05:38:09 +03:00
parent 90df8aaa75
commit 81366c5f4b

View File

@@ -835,7 +835,7 @@ struct Atlas {
Texture *atlas = new Texture(width, height, FMT_RGBA, OPT_MIPMAPS, data);
Texture::SaveBMP("atlas", (char*)data, width, height);
//Texture::SaveBMP("atlas", (char*)data, width, height);
delete[] data;
return atlas;