summaryrefslogtreecommitdiffstats
path: root/game/client
diff options
context:
space:
mode:
Diffstat (limited to 'game/client')
-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);