Let the OS do some cleanup at the end

This commit is contained in:
Dane Johnson 2021-03-08 13:54:36 -06:00
parent 45d564bccf
commit bef0498398

View File

@ -149,12 +149,7 @@ int main() {
lastTime = curTime; lastTime = curTime;
} }
delete screenShader;
delete skyboxShader;
delete shader;
lua->Close(); lua->Close();
delete lua;
window.Close(); window.Close();
return 0; return 0;
} }