vurtun / nuklear

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

Update main.c #924

Open saidm00 opened 5 years ago

saidm00 commented 5 years ago

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