PINK: removed unnecessary method call

This commit is contained in:
whiterandrek 2018-05-11 17:45:57 +03:00 committed by Eugene Sandulenko
parent 6f128e9146
commit 52df3e15f8

View File

@ -76,8 +76,6 @@ void ActionSound::end() {
Director *director = _actor->getPage()->getGame()->getDirector();
director->removeSound(this);
_sound->stop();
delete _sound;
_sound = nullptr;
}