Update: CC - Snake FS - Entity Loaded (21g30t1e75.js) 0 bytes modified

beta.r3js.org
-=yb4f310 2018-03-23 17:04:04 +01:00
parent ea3df82519
commit 6e43d546a1
1 changed files with 2 additions and 2 deletions

View File

@ -1166,10 +1166,10 @@ GameLib.CustomCode.prototype.backup = function() {
}
);
this.backupOrientation = this.state.orientation;
this.backupPreviousOrientation = this.backupOrientation;
this.backupOrientation = this.state.orientation;
}.bind(this)
GameLib.CustomCode.prototype.restore = function() {