brett19 / rosebrowser

ROSEBrowser is a free and open-source implementation of the ROSE Online 3D MMORPG for web browsers written from scratch using the latest web standards (WebGL, HTML5, Javascript, Threads, ...).
Other
20 stars 17 forks source link

Fix effect mesh animations start time #5

Closed exjam closed 10 years ago

exjam commented 10 years ago

They immediately anim.play(), they should have a delayed start like particle effects.

https://github.com/brett19/rosebrowser/blob/master/client/js/helpers/effectmanager.js#L300