mirror of
https://github.com/HowestDAE/dae16-VerhulstBram.git
synced 2025-12-16 14:41:49 +01:00
Add basic controller Support
Fix more memory leaks (seeing a trend here)
This commit is contained in:
@@ -13,10 +13,10 @@ GroundTileTypeManager* GroundTileTypeManager::GetInstance() {
|
||||
}
|
||||
void GroundTileTypeManager::DestroyInstance() {
|
||||
}
|
||||
GroundTileTypeManager::GroundTileTypeManager(): AIR(new GroundTileType("", GroundTileTypes::Air)), DIRT(new RandomGroundTile("tiles/dirt/dirt[0].png", GroundTileTypes::Dirt, 5)){
|
||||
}
|
||||
// void GroundTileTypeManager::Initialize() {
|
||||
// AIR = new GroundTileType("", GroundTileTypes::Air);
|
||||
// }
|
||||
GroundTileTypeManager::GroundTileTypeManager() {
|
||||
}
|
||||
GroundTileTypeManager::~GroundTileTypeManager() {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user