diff --git a/node/server/public/app.js b/node/server/public/app.js index b893acf..1214921 100644 --- a/node/server/public/app.js +++ b/node/server/public/app.js @@ -15,7 +15,7 @@ function isMobileDevice() { const IS_MOBILE = isMobileDevice(); const LOW_PERFORMANCE = IS_MOBILE; // ... später aus FPS ableitbar -let targetFps = LOW_PERFORMANCE ? 24 : 60; +let targetFps = LOW_PERFORMANCE ? 30 : 60; let lastAnim = 0; const container = document.getElementById('viewer');