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 } );