Skip to content

Commit

Permalink
Hack fix for camera menu matrix update issue
Browse files Browse the repository at this point in the history
  • Loading branch information
netpro2k committed Jul 19, 2022
1 parent bad24f1 commit d72ff01
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/bit-systems/camera-tool.js
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,10 @@ function updateUI(world, camera) {
sndToggleLblObj.text = captureAudio ? "Sound ON" : "Sound OFF";
sndToggleLblObj.sync();
}

// TODO HACK hidden objects are still not having their matricies updated correctly
// Seems like a regression of #5421
snapMenuObj.matrixNeedsUpdate = true;
}

let snapPixels;
Expand Down

0 comments on commit d72ff01

Please sign in to comment.