mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-19 07:39:19 +02:00
ui panels continued, early matrix stack work
This commit is contained in:
@@ -2620,7 +2620,7 @@ bool TGround::Init(std::string File)
|
||||
while (token != "") //(!Parser->EndOfFile)
|
||||
{
|
||||
++processed;
|
||||
if( processed % 50 == 0 )
|
||||
if( processed % 25 == 0 )
|
||||
{
|
||||
UILayer.set_progress( parser.getProgress(), parser.getFullProgress() );
|
||||
GfxRenderer.Render();
|
||||
|
||||
Reference in New Issue
Block a user