removed stupid error

This commit is contained in:
Ben
2019-01-13 17:54:56 +00:00
parent f9e08e563c
commit 9696044c32
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@@ -121,7 +121,7 @@ int main(int argc, char** argv) {
}
game->isWindowClosed = true;
~simpleShader()
simpleShader.~Shader();
SDL_GL_DeleteContext(game->glContext);
SDL_DestroyWindow(game->window);
SDL_Quit();