vurtun / nuklear

A single-header ANSI C gui library
13.66k stars 1.11k forks source link

Update main.c #924

Open saidm00 opened 4 years ago

saidm00 commented 4 years ago

glViewport called before OpenGL loading causes SIGSEGV on linux. I moved it under glewInit() call.