Merge branch 'dev'
This commit is contained in:
commit
5fb50bf206
@ -105,6 +105,7 @@ class TextCanvas:
|
||||
# So far simply does maintenance once per second
|
||||
while self.__conveyor_enabled is True:
|
||||
|
||||
with RAIILock(self.__lock):
|
||||
self.__fps_samples.append(0)
|
||||
|
||||
time.sleep(1)
|
||||
|
Loading…
Reference in New Issue
Block a user