mirror of
https://github.com/XProger/OpenLara.git
synced 2025-08-08 14:16:52 +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::SaveBMP("atlas", (char*)data, width, height);
|
||||
//Texture::SaveBMP("atlas", (char*)data, width, height);
|
||||
|
||||
delete[] data;
|
||||
return atlas;
|
||||
|
Reference in New Issue
Block a user