Changeset - 436a1fdbfe4a
[Not reviewed]
default
0 1 0
drewp@bigasterisk.com - 20 months ago 2023-05-23 22:52:26
drewp@bigasterisk.com
comment
1 file changed with 1 insertions and 0 deletions:
0 comments (0 inline, 0 general)
lib/background_loop.py
Show inline comments
 
@@ -111,6 +111,7 @@ class Loop:
 
        return result
 

	
 
    def _updateFps(self, now: float):
 
        # not sure i even want this- it's redundant with some metrics code
 
        if self.fps is None:
 
            return
 
        if now < self.lastFpsLog + 5:
0 comments (0 inline, 0 general)