You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Removed glutInit() from the `push` pragma
The convenience procedure `glutInit()` without arguments has to be a normal Nim proc, not imported from the dynamic library as it is now, because it's inside the `push` pragma.