Skip to content
Snippets Groups Projects
Commit 0622986c authored by jvoigts's avatar jvoigts
Browse files

Increased visualizer callback frequency

20ms work very smoothly on a 1.2GHz core 2 duo laptop, so it's probably a safe value.
parent 32af7a13
No related branches found
No related tags found
No related merge requests found
......@@ -69,7 +69,7 @@ public:
/** Starts the timer callbacks. */
void startCallbacks()
{
startTimer(50);
startTimer(20);
}
/** Stops the timer callbacks. */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment