Changed Application.Get to function

This commit is contained in:
Simon Lübeß
2020-11-13 19:43:21 +01:00
parent 80a04e68c9
commit 6b97fdaccb
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -166,7 +166,7 @@ namespace GlitchyEngine.ImGui
ref ImGui.IO io = ref ImGui.GetIO();
let window = Application.Get.Window;
let window = Application.Get().Window;
io.DisplaySize = .(window.Width, window.Height);
io.DeltaTime = (float)gameTime.FrameTime.TotalSeconds;