mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 09:19:01 +00:00
Render every 25ms instead of 200ms
This commit is contained in:
parent
88bdd92560
commit
8aa83e9197
1 changed files with 1 additions and 1 deletions
|
@ -188,7 +188,7 @@ namespace GUIEditor
|
|||
|
||||
void NelGUICtrl::onGUILoaded()
|
||||
{
|
||||
timerID = startTimer( 200 );
|
||||
timerID = startTimer( 25 );
|
||||
guiLoaded = true;
|
||||
Q_EMIT guiLoadComplete();
|
||||
|
||||
|
|
Loading…
Reference in a new issue