From bbf03d8630d2a645b7f7dfd40ae40f55d6914194 Mon Sep 17 00:00:00 2001 From: Nico Schmoigl Date: Sun, 31 Mar 2019 20:47:31 +0200 Subject: [PATCH] FAQ: Correcting menu option for frame rate --- FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index c21e8ec5..546ccf70 100644 --- a/FAQ.md +++ b/FAQ.md @@ -54,5 +54,5 @@ Increasing the simulation speed is quite tricky for the simulator. Depending on In general, one could say: * Don't increase the simulation speed above 4x. A simulation speed of 8x is already quite heavy load for everything. -* Check your frame rate (you are able to enable it in the "Debug" menu) when increasing the simulation speed. As a rule of thumb, if the frame rate stays constantly above 10fps, you are fine. Keep in mind that already one little phase (and not just the average) where the frame rate drops significantly, you are in danger facing issues. +* Check your frame rate (you can enable showing it using the "View" menu, option "View Options", toggle "Show frame rate" there) when increasing the simulation speed. As a rule of thumb, if the frame rate stays constantly above 10fps, you are fine. Keep in mind that already one little phase (and not just the average) where the frame rate drops significantly, you are in danger facing issues.