We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 236adb9 + 92cccfe commit d57f1ceCopy full SHA for d57f1ce
js/rpg_core/ImageCache.js
@@ -91,7 +91,7 @@ ImageCache.prototype.isReady = function(){
91
ImageCache.prototype.getErrorBitmap = function(){
92
var items = this._items;
93
var bitmap = null;
94
- if(!Object.keys(items).some(function(key){
+ if(Object.keys(items).some(function(key){
95
if(items[key].bitmap.isError()){
96
bitmap = items[key].bitmap;
97
return true;
0 commit comments