mirror of
https://github.com/edubart/otclient.git
synced 2025-12-23 00:27:12 +01:00
fix repeated texture allocation bug
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
class TextureManager
|
||||
{
|
||||
public:
|
||||
TexturePtr getTexture(const std::string& textureFile);
|
||||
TexturePtr getTexture(const std::string& fileName);
|
||||
|
||||
static TexturePtr loadPNG(std::stringstream& file);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user