From 8dfbe0975507821555138ea5d48261a604b412b3 Mon Sep 17 00:00:00 2001 From: cosmonaut Date: Fri, 4 Mar 2022 13:28:44 -0800 Subject: [PATCH] ABI update --- lib/MoonWorks | 2 +- src/MoonWorksImguiExampleGame.cs | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/MoonWorks b/lib/MoonWorks index 40d9cdd..527f474 160000 --- a/lib/MoonWorks +++ b/lib/MoonWorks @@ -1 +1 @@ -Subproject commit 40d9cdd33a3d5bb0a9d2947c77c4d6c5b864b78b +Subproject commit 527f47436aed10a4a92adb311a48ed6d3501f1f2 diff --git a/src/MoonWorksImguiExampleGame.cs b/src/MoonWorksImguiExampleGame.cs index ac826c0..cb6a6a0 100644 --- a/src/MoonWorksImguiExampleGame.cs +++ b/src/MoonWorksImguiExampleGame.cs @@ -64,7 +64,6 @@ namespace MoonWorksImGuiExample ), PrimitiveType = PrimitiveType.TriangleList, RasterizerState = RasterizerState.CW_CullNone, - ViewportState = new ViewportState((int) windowCreateInfo.WindowWidth, (int) windowCreateInfo.WindowHeight), MultisampleState = MultisampleState.None } );