INNER CODE UNIT · TypeScript

MAX_FPS

WorldQL/dreamlab-engine · engine/_web/main.ts:89

    MAX_FPS = Math.floor(Math.random() * (144 - 20 + 1)) + 20;
  }, 2000);
}
// #endregion

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…