瀏覽代碼

Update TilesRenderer.js

Garrett Johnson 4 年之前
父節點
當前提交
590bf0f0e9
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/three/TilesRenderer.js

+ 1 - 1
src/three/TilesRenderer.js

@@ -240,7 +240,7 @@ export class TilesRenderer extends TilesRendererBase {
 				// Push this onto the end of the event stack to ensure this runs
 				// after the base renderer has placed the provided json where it
 				// needs to be placed and is ready for an update.
-				Promise.resolve().then(() => {
+				Promise.resolve().then( () => {
 
 					this.onLoadTileSet( json, url );