Render every 25ms instead of 200ms
This commit is contained in:
parent
f7d0f496c4
commit
42a0a7d443
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