mirror of
https://github.com/HowestDAE/dae16-VerhulstBram.git
synced 2025-12-17 07:11:48 +01:00
Rework Tile detection system
This commit is contained in:
@@ -15,6 +15,4 @@ Texture* TextureManager::GetTexture(const std::string& name) {
|
||||
Texture* pTexture = new Texture(name);
|
||||
m_Textures[name] = pTexture;
|
||||
return pTexture;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user