Skip to content

Commit

Permalink
add scene pull
Browse files Browse the repository at this point in the history
  • Loading branch information
zardoy committed Oct 6, 2023
1 parent 1a2a863 commit b5f70cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions prismarine-viewer/viewer/lib/worldrenderer.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ class WorldRenderer {
this.sectionMeshs = {}
this.active = false
this.version = undefined
/** @type {THREE.Scene} */
this.scene = scene
this.loadedChunks = {}
this.sectionsOutstanding = new Set()
Expand Down

0 comments on commit b5f70cb

Please sign in to comment.