mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-11-19 15:24:05 +01:00
Show max FPS value in Stats bar
This commit is contained in:
@@ -26,7 +26,7 @@ export class WebGL2Player {
|
||||
};
|
||||
|
||||
private targetFps = 60;
|
||||
private frameInterval = Math.ceil(1000 / this.targetFps);
|
||||
private frameInterval = 0;
|
||||
private lastFrameTime = 0;
|
||||
|
||||
private animFrameId: number | null = null;
|
||||
|
||||
Reference in New Issue
Block a user