X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=src%2Ffg_structure.c;fp=src%2Ffg_structure.c;h=8a5b4f5c1d573487a73dc3f27f343c1f5560c08e;hb=ea5dc8a10beb55cd972c34d6b531158101b6773f;hp=7c2c143af548f9f9febf57c9e0202b216d91499b;hpb=5d1e2a7ffcd2239ac8ebe0a5916398b6d9d29dbe;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