This commit is contained in:
Tom 2024-03-04 21:28:12 -05:00
parent a42a0d1822
commit c177246675

View File

@ -309,6 +309,7 @@ $.extend( $.Navigator.prototype, $.EventSource.prototype, $.Viewer.prototype, /*
this.oldContainerSize = containerSize;
this.world.update();
this.world.draw();
this.update(this.viewer.viewport);
}
}
},