StopAnimation should reset write callback

This commit is contained in:
John Abraham
2011-11-23 09:40:50 -05:00
parent dbbee3cb45
commit fb732fabd9

View File

@@ -371,6 +371,7 @@ void AnimationInterface::StartAnimation ()
void AnimationInterface::StopAnimation ()
{
NS_LOG_INFO ("Stopping Animation");
ResetAnimWriteCallback ();
if (m_fHandle > 0)
{
if (m_xml)