diff --git a/app/components/NDS3D.vue b/app/components/NDS3D.vue index a4bda4a..7d3948d 100644 --- a/app/components/NDS3D.vue +++ b/app/components/NDS3D.vue @@ -197,7 +197,7 @@ watch( const { onRender, onBeforeRender } = useLoop(); -const LAG_FPS_THRESHOLD = 440; +const LAG_FPS_THRESHOLD = 40; const LAG_DURATION_SECS = 1; let lagSeconds = 0; let lagCheckDone = false;