Fix: PID 17828009 23322186 Issues
https://github.com/WPFerg/scratch-html5/issues/6 https://github.com/WPFerg/scratch-html5/issues/5
This commit is contained in:
parent
968baec89f
commit
2350abf3d4
1 changed files with 1 additions and 1 deletions
2
js/IO.js
2
js/IO.js
|
@ -112,7 +112,7 @@ IO.prototype.makeObjects = function() {
|
|||
}
|
||||
return newSprite;
|
||||
}
|
||||
if (obj.objName) { // sprite
|
||||
if (typeof(obj.objName) === "string") { // sprite
|
||||
newSprite = createSprite(obj);
|
||||
sprite = newSprite;
|
||||
} else {
|
||||
|
|
Reference in a new issue