mirror of
https://github.com/edubart/otclient.git
synced 2025-10-16 12:34:55 +02:00
just fixes
* clean map when relogging * fix otclientrc.lua reloading * fix game disconnection messagebox * fix animated texture
This commit is contained in:
@@ -70,6 +70,6 @@ void AnimatedTexture::processAnimation()
|
||||
AnimatedTexturePtr self = asAnimatedTexture();
|
||||
|
||||
// continue to animate only if something still referencing this texture
|
||||
if(self.use_count() > 2)
|
||||
if(self.use_count() > 1)
|
||||
g_eventDispatcher.scheduleEvent(std::bind(&AnimatedTexture::processAnimation, self), m_framesDelay[m_currentFrame]);
|
||||
}
|
||||
|
Reference in New Issue
Block a user