From 14e129d3043a2ab4ea6604441a2d076e775432bf Mon Sep 17 00:00:00 2001 From: untodesu Date: Sun, 29 Jun 2025 22:26:17 +0500 Subject: Update gitignore and version.hh --- src/game/client/main_menu.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/game/client') diff --git a/src/game/client/main_menu.cc b/src/game/client/main_menu.cc index 39763ec..e5cb522 100644 --- a/src/game/client/main_menu.cc +++ b/src/game/client/main_menu.cc @@ -152,7 +152,7 @@ void main_menu::layout(void) ImGui::PushFont(globals::font_debug); ImGui::SetCursorScreenPos(ImVec2(padding.x + spacing.x, window_size.y - globals::font_debug->FontSize - padding.y - spacing.y)); - ImGui::Text("Voxelius %s", project_version_string.c_str()); + ImGui::Text("Voxelius %s", project_version_string); ImGui::PopFont(); } -- cgit