|
@@ -3058,6 +3058,7 @@ this.getRenderer = function() { |
|
|
this.setUpdate = function(bool) { |
|
|
this.setUpdate = function(bool) { |
|
|
update = bool === true; |
|
|
update = bool === true; |
|
|
if (update) { |
|
|
if (update) { |
|
|
|
|
|
updateOnce = false; |
|
|
if (renderer === undefined) |
|
|
if (renderer === undefined) |
|
|
onImageLoad(); |
|
|
onImageLoad(); |
|
|
else |
|
|
else |
|
|