We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a88b5b commit f234577Copy full SHA for f234577
blade-engine/src/com/bladecoder/engine/model/ParticleRenderer.java
@@ -161,6 +161,8 @@ public void retrieveAssets() {
161
162
effect.load(EngineAssetManager.getInstance().getParticle(getParticleName()), atlasTex);
163
effect.start();
164
+ // reset tmp to force repositioning
165
+ tmpPosX = Float.MAX_VALUE;
166
effect.update(lastAnimationTime);
167
168
computeBbox();
0 commit comments