mirror of
https://github.com/AquariaOSE/Aquaria.git
synced 2025-08-18 20:50:07 +00:00
Core: tgaSave() should free memory passed in. SceneEditor: Add support for grid map dumping (in TGA format).
This allows reconstructing the map templates, which were never shipped with the game. This patch also fixes insane memory leaking when taking screenshots, or dumping screen frames.
This commit is contained in:
parent
a97629b52b
commit
d903e74bf6
4 changed files with 37 additions and 1 deletions
|
@ -501,6 +501,7 @@ public:
|
|||
|
||||
void checkForRebuild();
|
||||
void createAquarian();
|
||||
void dumpObs();
|
||||
|
||||
DebugButton *btnMenu;
|
||||
protected:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue