mirror of
https://github.com/XProger/OpenLara.git
synced 2025-08-14 00:54:05 +02:00
fix atlas dump
This commit is contained in:
@@ -835,7 +835,7 @@ struct Atlas {
|
|||||||
|
|
||||||
Texture *atlas = new Texture(width, height, FMT_RGBA, OPT_MIPMAPS, data);
|
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;
|
delete[] data;
|
||||||
return atlas;
|
return atlas;
|
||||||
|
Reference in New Issue
Block a user