KelvinShadewing / brux-gdk

Free runtime and development kit using SDL and Squirrel
GNU Affero General Public License v3.0
39 stars 20 forks source link

Clean up the code and fix a bug #56

Closed hexaheximal closed 1 year ago

hexaheximal commented 1 year ago

Previously it would crash if you tried to make the window too small.

Not only is that now fixed, but it also sets the minimum window size with SDL_SetWindowMinimumSize().