mirror of
https://github.com/celisej567/mcpe.git
synced 2026-09-11 20:11:18 +03:00
* Fix a memory leak + some weirdness.
This commit is contained in:
@@ -26,6 +26,7 @@ class ExternalFileLevelStorage : public LevelStorage, ChunkStorage
|
||||
{
|
||||
public:
|
||||
ExternalFileLevelStorage(const std::string& a, const std::string& path);
|
||||
~ExternalFileLevelStorage();
|
||||
|
||||
// LevelStorage
|
||||
LevelData* prepareLevel(Level* level) override;
|
||||
|
||||
Reference in New Issue
Block a user