summaryrefslogtreecommitdiffstats
path: root/game/client/main.cc
diff options
context:
space:
mode:
authoruntodesu <kirill@untode.su>2025-03-16 12:24:03 +0500
committeruntodesu <kirill@untode.su>2025-03-16 12:24:03 +0500
commit933ed978a21d5ffefc376d66f0dc9f5354292ca7 (patch)
treea3b87b83219eb6b2dae3f68b3555bb533d715111 /game/client/main.cc
parentc74abc45390a4125e644d2788eefb681cf9f32c4 (diff)
downloadvoxelius-933ed978a21d5ffefc376d66f0dc9f5354292ca7.tar.bz2
voxelius-933ed978a21d5ffefc376d66f0dc9f5354292ca7.zip
Update threading command line arguments
Diffstat (limited to 'game/client/main.cc')
-rw-r--r--game/client/main.cc4
1 files changed, 1 insertions, 3 deletions
diff --git a/game/client/main.cc b/game/client/main.cc
index 2fadb9f..6fabaa3 100644
--- a/game/client/main.cc
+++ b/game/client/main.cc
@@ -149,7 +149,7 @@ int main(int argc, char **argv)
shared_game::init(argc, argv);
- spdlog::info("Voxelius {}", PROJECT_VERSION_STRING);
+ spdlog::info("Voxelius Client {}", PROJECT_VERSION_STRING);
glfwSetErrorCallback(&on_glfw_error);
@@ -165,8 +165,6 @@ int main(int argc, char **argv)
std::terminate();
}
- spdlog::info("GLFW {}", glfwGetVersionString());
-
glfwWindowHint(GLFW_CLIENT_API, GLFW_OPENGL_API);
glfwWindowHint(GLFW_OPENGL_PROFILE, GLFW_OPENGL_CORE_PROFILE);
glfwWindowHint(GLFW_CONTEXT_VERSION_MAJOR, 3);