The window minwidth and minheight can't be less than 1

This commit is contained in:
Alex Szpakowski
2013-09-19 23:33:13 -03:00
parent 0ce0db9e1b
commit b5c231e5bb
6 changed files with 12 additions and 12 deletions
+2 -2
View File
@@ -125,8 +125,8 @@ struct WindowFlags
bool vsync; // = true
int fsaa; // = 0
bool resizable; // = false
int minwidth; // = 0
int minheight; // = 0
int minwidth; // = 1
int minheight; // = 1
bool borderless; // = false
bool centered; // = true
int display; // = 0