We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fe333a commit 0ce4c37Copy full SHA for 0ce4c37
2 files changed
src/ImGui.NET.SampleProgram.XNA/ImGui.NET.SampleProgram.XNA.csproj
@@ -20,7 +20,7 @@
20
</ItemGroup>
21
22
<ItemGroup>
23
- <PackageReference Include="MonoGame.Framework.DesktopGL" Version="3.6.0.1625" />
+ <PackageReference Include="MonoGame.Framework.DesktopGL" Version="3.7.0.1708" />
24
25
26
</Project>
src/ImGui.NET.SampleProgram.XNA/Program.cs
@@ -4,7 +4,7 @@ public static class Program
4
{
5
public static void Main(string[] args)
6
7
- new SampleGame().Run();
+ using (var game = new SampleGame()) game.Run();
8
}
9
10
0 commit comments