diff --git a/dywmtohrda.js b/dywmtohrda.js index 685b810..2d99211 100644 --- a/dywmtohrda.js +++ b/dywmtohrda.js @@ -145,7 +145,7 @@ this.flames.map( function(flame, index) { flame.mesh.position.add(flame.direction); flame.mesh.updateInstancePosition(); - //flame.mesh.instance.renderOrder = index; + flame.mesh.instance.renderOrder = index; } );