From 4aeaa5d078075caa4de4576810bb91fdc41ddbbb Mon Sep 17 00:00:00 2001 From: Leo Mav <13514096+leonmavr@users.noreply.github.com> Date: Sun, 12 Feb 2023 19:49:02 +0100 Subject: [PATCH] Update tip --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e57080c..e314990 100644 --- a/README.md +++ b/README.md @@ -124,7 +124,7 @@ random speed | constant speed #### 4.2 Tips -1. If the animation flickers too much, you can reduce the maximum fps. 15-20 is a relatively flicker-free range. You can do this by: `./cube -f 15` or `./cube --fps 15`. +1. If the CPU usage is too high (it was low on my ancient laptop), you can reduce the fps e.g. to 15 by: `./cube -f 15` or `./cube --fps 15`. ### 5. Contributing