Pizzalol / SpellLibrary

Repo for recreating the original dota skills
Other
337 stars 123 forks source link

Fix visual bug with multiple instance of sun ray #117

Open RichardEHarris opened 5 years ago

RichardEHarris commented 5 years ago

Fix bug with multiple instances of sun ray causing the particles to not get destroyed on sun ray end. pfx was being saved as global value instead of local, thus when a new instance of sun ray was created it would overwrite the old pfx causing the old particles to never be destroyed.