Fixed missing component in 2.9.4

This commit is contained in:
Isaac Brown 2019-05-01 10:28:44 -04:00
parent f85594a03f
commit d1be17366d
2 changed files with 2 additions and 2 deletions

View File

@ -407,7 +407,7 @@
if( ! ( _this.positions[`${path}`] === undefined ) ) {
_this.setPosition( .positions[`${path}`] );
_this.setPosition( _this.positions[`${path}`] );
}
});
}

View File

@ -12,7 +12,7 @@ class Update {
// CONSTANTS
//////////////////////////////////////////////////////////////////
CONST VERSION = "v.2.9.4";
CONST VERSION = "v.2.9.4.1";
//////////////////////////////////////////////////////////////////
// PROPERTIES