mirror of
https://github.com/edubart/otclient.git
synced 2025-12-16 05:39:47 +01:00
allocator with leak detecting capabilities
This commit is contained in:
@@ -32,7 +32,7 @@ class AnimatedTexture : public Texture
|
||||
{
|
||||
public:
|
||||
AnimatedTexture(int width, int height, int channels, int numFrames, uchar *framesPixels, int *framesDelay);
|
||||
virtual ~AnimatedTexture();
|
||||
~AnimatedTexture();
|
||||
|
||||
void enableBilinearFilter();
|
||||
void processAnimation();
|
||||
|
||||
Reference in New Issue
Block a user