changed fps to 2

This commit is contained in:
Bob Polis
2020-10-26 23:21:01 +01:00
parent d5298f1b09
commit 31dca75b13

View File

@ -20,5 +20,5 @@ void RectSaver::draw_frame() {
} }
int RectSaver::fps() const { int RectSaver::fps() const {
return 5; return 2;
} }