mirror of
https://port.numenaute.org/aleajactaest/khanat-code-old.git
synced 2024-11-17 04:51:48 +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()
|
void NelGUICtrl::onGUILoaded()
|
||||||
{
|
{
|
||||||
timerID = startTimer( 200 );
|
timerID = startTimer( 25 );
|
||||||
guiLoaded = true;
|
guiLoaded = true;
|
||||||
Q_EMIT guiLoadComplete();
|
Q_EMIT guiLoadComplete();
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue