Skip to content

Commit d1fa7cc

Browse files
committed
Increased initial window size in ImGui sample
1 parent 435ac58 commit d1fa7cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Ab4d.SharpEngine.Samples.ImGui/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ private static void Main()
6767

6868
// Create window using Silk; setup is performed once window is created/loaded.
6969
var options = Silk.NET.Windowing.WindowOptions.DefaultVulkan;
70-
options.Size = new Silk.NET.Maths.Vector2D<int>(1024, 600);
70+
options.Size = new Silk.NET.Maths.Vector2D<int>(1440, 856);
7171
options.Title = "Ab4d.SharpEngine with ImGui";
7272

7373
// You can decide to use SDL or Glfw

0 commit comments

Comments
 (0)