perf: optimize chunk generation

This commit is contained in:
2026-04-06 17:10:36 +08:00
parent 82f0e1deae
commit f37f458b42
8 changed files with 102 additions and 143 deletions

View File

@@ -130,7 +130,8 @@ void App::render() {
}
void App::run() {
last_time = glfwGetTime();
while(!glfwWindowShouldClose(m_window.get_glfw_window())) {
update();