mirror of
https://github.com/zhenyan121/Cubed.git
synced 2026-06-18 00:27:02 +08:00
perf: optimize chunk generation
This commit is contained in:
@@ -130,7 +130,8 @@ void App::render() {
|
||||
}
|
||||
|
||||
void App::run() {
|
||||
|
||||
|
||||
last_time = glfwGetTime();
|
||||
while(!glfwWindowShouldClose(m_window.get_glfw_window())) {
|
||||
|
||||
update();
|
||||
|
||||
Reference in New Issue
Block a user