mirror of
https://github.com/prime31/FNA-VSCode-Template.git
synced 2026-02-01 19:10:16 +07:00
make slick the install process
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user