diff options
| author | untodesu <kirill@untode.su> | 2025-06-29 22:26:17 +0500 |
|---|---|---|
| committer | untodesu <kirill@untode.su> | 2025-06-29 22:26:17 +0500 |
| commit | 14e129d3043a2ab4ea6604441a2d076e775432bf (patch) | |
| tree | a6d2973838162a3f72fa65e54499bf53a7e5ecc9 /src/game | |
| parent | e8f10099c58b45e5fb251455ce3b4b1caa827afd (diff) | |
| download | voxelius-14e129d3043a2ab4ea6604441a2d076e775432bf.tar.bz2 voxelius-14e129d3043a2ab4ea6604441a2d076e775432bf.zip | |
Update gitignore and version.hh
Diffstat (limited to 'src/game')
| -rw-r--r-- | src/game/client/main_menu.cc | 2 |
1 files changed, 1 insertions, 1 deletions
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(); } |
