This commit is contained in:
Henrik Ingo
2019-06-27 09:07:33 +03:00
parent 05cf6ffded
commit 646fc3c45a

View File

@@ -184,6 +184,7 @@
var steps = startingState[ root.id ]; var steps = startingState[ root.id ];
var step; var step;
while ( step = steps.pop() ) { while ( step = steps.pop() ) {
// Reset x/y/z in cases where this plugin has changed it. // Reset x/y/z in cases where this plugin has changed it.
if ( step.relX !== null ) { if ( step.relX !== null ) {
if ( step.x === null ) { if ( step.x === null ) {