Skip to content

Commit

Permalink
Typo!
Browse files Browse the repository at this point in the history
  • Loading branch information
fenomas committed Apr 10, 2023
1 parent e77addb commit 1656fb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/rendering.js
Original file line number Diff line number Diff line change
Expand Up @@ -478,7 +478,7 @@ Rendering.prototype.debug_SceneCheck = function () {
block.entries.forEach(m => octs.push(m))
})
meshes.forEach(function (m) {
if (m.isDisposed) warn(m, 'disposed mesh in scene')
if (m.isDisposed()) warn(m, 'disposed mesh in scene')
if (empty(m)) return
if (missing(m, dyns, octs)) warn(m, 'non-empty mesh missing from octree')
if (!m.material) { warn(m, 'non-empty scene mesh with no material'); return }
Expand Down

0 comments on commit 1656fb2

Please sign in to comment.