diff options
| author | untodesu <kirill@untode.su> | 2025-06-29 22:04:17 +0500 |
|---|---|---|
| committer | untodesu <kirill@untode.su> | 2025-06-29 22:04:17 +0500 |
| commit | f440914e1ae453768d09383f332bc7844e0a700e (patch) | |
| tree | a492e88d467b28858397397f35147c0e36622b17 /game/client | |
| parent | 3b5fab8849f9a7cd3fa6469d3bec04b78784b3ff (diff) | |
| download | voxelius-f440914e1ae453768d09383f332bc7844e0a700e.tar.bz2 voxelius-f440914e1ae453768d09383f332bc7844e0a700e.zip | |
Clanging my format right now
Diffstat (limited to 'game/client')
| -rw-r--r-- | game/client/metrics.cc | 4 | ||||
| -rw-r--r-- | game/client/scoreboard.cc | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/game/client/metrics.cc b/game/client/metrics.cc index 312ff77..8b5b7dd 100644 --- a/game/client/metrics.cc +++ b/game/client/metrics.cc @@ -17,8 +17,8 @@ #include "client/imdraw_ext.hh" #include "client/session.hh" -constexpr static ImGuiWindowFlags WINDOW_FLAGS = ImGuiWindowFlags_NoBackground | ImGuiWindowFlags_NoDecoration | ImGuiWindowFlags_NoInputs - | ImGuiWindowFlags_NoNav; +constexpr static ImGuiWindowFlags WINDOW_FLAGS = + ImGuiWindowFlags_NoBackground | ImGuiWindowFlags_NoDecoration | ImGuiWindowFlags_NoInputs | ImGuiWindowFlags_NoNav; static std::basic_string<GLubyte> r_version; static std::basic_string<GLubyte> r_renderer; diff --git a/game/client/scoreboard.cc b/game/client/scoreboard.cc index b437234..23010ea 100644 --- a/game/client/scoreboard.cc +++ b/game/client/scoreboard.cc @@ -12,8 +12,8 @@ #include "client/session.hh" #include "client/settings.hh" -constexpr static ImGuiWindowFlags WINDOW_FLAGS = ImGuiWindowFlags_NoNav | ImGuiWindowFlags_NoDecoration | ImGuiWindowFlags_NoInputs - | ImGuiWindowFlags_NoBackground; +constexpr static ImGuiWindowFlags WINDOW_FLAGS = + ImGuiWindowFlags_NoNav | ImGuiWindowFlags_NoDecoration | ImGuiWindowFlags_NoInputs | ImGuiWindowFlags_NoBackground; static ConfigKeyBind list_key(GLFW_KEY_TAB); |
