Added Chunks.resize method

This commit is contained in:
MihailRis
2023-11-06 10:01:42 +03:00
committed by GitHub
parent 6c79f3da18
commit 8b322ea9eb
5 changed files with 56 additions and 14 deletions
+1
View File
@@ -98,6 +98,7 @@ void Window::setCursorMode(int mode){
}
void Window::terminate(){
Events::finalize();
glfwTerminate();
}