aboutsummaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 5845332..22bfe1c 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -180,11 +180,8 @@ int main()
glfwSwapBuffers(window);
}
- delete model_gpu_texture;
delete image;
- delete gpuModel;
- delete gpuSand;
- glfwTerminate();
+ //glfwTerminate();
return 0;
}