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.
1 parent 4bb07f1 commit 92cccfeCopy full SHA for 92cccfe
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