Render every 25ms instead of 200ms
--HG-- branch : dfighter-tools
This commit is contained in:
parent
66fe76fc06
commit
f7f74b5398
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