snowkittykira

Results 2 comments of snowkittykira

would it make sense to apply the fix used here? https://github.com/exelix11/SysDVR/commit/81ffb43b4ee02f2b1b1926f1107df4213bb013d0 this is from one of the issues that mentions this one

thanks! i managed to get it working from the javascript side like this: ```js function resizeCanvas() { const canvas = document.getElementById('canvas'); const loadingCanvas = document.getElementById('loadingCanvas'); const width = canvas.clientWidth; const...