X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=src%2Ffg_structure.c;h=8a5b4f5c1d573487a73dc3f27f343c1f5560c08e;hb=2272bd5a70b8bac63e1535fee6257cc4595f36e7;hp=7c2c143af548f9f9febf57c9e0202b216d91499b;hpb=49e61d9b74ae8520b5b7fddbcfc727081ac54391;p=freeglut diff --git a/src/fg_structure.c b/src/fg_structure.c index 7c2c143..8a5b4f5 100644 --- a/src/fg_structure.c +++ b/src/fg_structure.c @@ -98,6 +98,7 @@ SFG_Window* fgCreateWindow( SFG_Window* parent, const char* title, window->State.IgnoreKeyRepeat = GL_FALSE; window->State.KeyRepeating = GL_FALSE; window->State.IsFullscreen = GL_FALSE; + window->State.VisualizeNormals= GL_FALSE; /* * Open the window now. The fgOpenWindow() function is system