Update: CC - Before Render - Moorcow (qi81k80v08.js) 10 bytes modified

beta.r3js.org
-=yb4f310 2017-11-11 08:54:29 +01:00
parent 6927d00500
commit fbf6c769d2
1 changed files with 2 additions and 2 deletions

View File

@ -2,9 +2,9 @@ if (!this.entityLoaded) {
return;
}
if (GameLib.Utils.UndefinedOrNull(this.loaded)) {
if (GameLib.Utils.UndefinedOrNull(this.initialized)) {
this.loaded = true;
this.initialized = true;
this.bull = this.entityLoaded.bull;
this.star = this.entityLoaded.star;