MaterialFoundry / LockView

Foundry VTT module: Locks the view for the purpose of using Foundry on a digital playmat, such as a horizontally mounted TV. Scales the scene so the gridsize is always displayed corresponding to a real-world size, and can block zooming and panning
15 stars 7 forks source link

[BUG] Blank screen on initial world load #85

Closed andy-jones closed 2 years ago

andy-jones commented 2 years ago

Setup

Describe the bug When the world first loads, the scene does not appear, it is just black. If I switch to another scene and then back again, it appears. If I resize the browser window, the locked view resets.

Screenshots If applicable, add screenshots to help explain your problem.

Console Log foundry.js:23369 Uncaught TypeError: this.updateBlur is not a function [Detected 1 package: LockView] at Object.set (foundry.js:23369) at Canvas.set blurDistance [as blurDistance] (foundry.js:24622) at Canvas.pan_OverrideHigherRes (modules/LockView/src/overrides.js:158) at Canvas._onResize (foundry.js:24506) at _onWindowResize (foundry.js:8790)

Additional context Add any other context about the problem here.

CDeenen commented 2 years ago

This is a duplicate of #83, and should be fixed in the latest update

andy-jones commented 2 years ago

Brilliant. Thanks, I really appreciate the hard work you put into these modules.