clean up code, attempt at shit

This commit is contained in:
StapleButter
2019-05-31 01:46:47 +02:00
parent ea669190aa
commit 27d451d07a
4 changed files with 67 additions and 396 deletions

View File

@ -66,7 +66,7 @@ uiWindow* MainWindow;
uiArea* MainDrawArea;
uiAreaHandler MainDrawAreaHandler;
const u32 kGLVersions[] = {uiGLVersion(3,1), 0};
const u32 kGLVersions[] = {uiGLVersion(3,2), uiGLVersion(3,1), 0};
uiGLContext* GLContext;
int WindowWidth, WindowHeight;