make slick the install process

This commit is contained in:
Mike
2019-02-12 22:48:11 -08:00
parent 5b29f8e3cc
commit b2a1c60372
4 changed files with 34 additions and 19 deletions

View File

@@ -39,7 +39,7 @@ namespace Nez
Core.graphicsDevice.Clear( letterboxColor );
_imGuiRenderer.BeforeLayout(new GameTime(TimeSpan.FromDays(0), TimeSpan.FromMilliseconds(Time.deltaTime * 1000)));
_imGuiRenderer.BeforeLayout(Time.time);
layoutGui();
_imGuiRenderer.AfterLayout();
}