Closed DarthSharkie closed 4 months ago
Tracked this down to a problem in ApelNetworkRenderer where the ParticleType is only sent on change. If successive frames don't change the ParticleType, the subsequent payload handling invocation on the client side doesn't have a particleEffect
set. Fix is to force send a PType
instruction on every payload.
Also, fixed a offset bug in ParticleBezierCurve
. This bug probably exists more broadly, but that needs to be verified.
Fix pushed in https://github.com/DarthSharkie/Apel-Mod/commit/676fcae6acda066cbab4ec593c953e9f581a6aef.
Stacktrace:
BezierCurve animation: