osudroid / osu-droid

http://osudroid.moe
Apache License 2.0
507 stars 76 forks source link

Fix storyboard crash upon retrying map #124

Closed ammarasyad closed 3 years ago

ammarasyad commented 3 years ago

Just a minor fix.

Retrying a map with storyboard causes a crash. The bug is caused by trying to attach an entity that's already attached to a parent. I've applied a fix by detaching itself prior to attaching to the parent.