Only composeFrame when prepareFrame prepared something to render
This commit is contained in:
committed by
Tim Schaub
parent
02904cda8e
commit
f2d5d572ab
@@ -202,5 +202,5 @@ ol.renderer.canvas.ImageLayer.prototype.prepareFrame = function(frameState, laye
|
||||
this.updateLogos(frameState, imageSource);
|
||||
}
|
||||
|
||||
return true;
|
||||
return !!this.image_;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user