villermen / hatlessengine

An easy to use 2D game engine written in C#
Other
1 stars 1 forks source link

Border is always resizable and off still shows a border #50

Closed villermen closed 10 years ago

villermen commented 10 years ago

Game.Window.WindowBorder = OpenTK.WindowBorder.Hidden -> border without buttons, resizable Game.Window.WindowBorder = OpenTK.WindowBorder.Fixed -> resizable Game.Window.WindowBorder = OpenTK.WindowBorder.Resizable -> works as expected (no change)

villermen commented 10 years ago

This is not present in the current build, as SDL2 is not being used (it was in my debug build).

villermen commented 10 years ago

Reopen if going into cross-platform/steam checking.