cyberarm/mruby-gosu

Fix handling of window flags in Window initializer

cyberarm opened this issue · 0 comments

Currently, if fullscreen is set than resizable will also be set. Borderless option is missing entirely.

if (fullscreen) window_flags |= 1;