Explorar o código

Merge branch 'external-tilesets' of github.com:NASA-AMMOS/3DTilesRendererJS into external-tilesets

Garrett Johnson %!s(int64=4) %!d(string=hai) anos
pai
achega
3989382c66
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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 );