Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/wolfpld/tracy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBartosz Taudul <wolf@nereid.pl>2022-10-14 20:48:38 +0300
committerBartosz Taudul <wolf@nereid.pl>2022-10-14 20:48:38 +0300
commit27ab25709d81e0657d20700e5a621d71bfdaf2cc (patch)
treed34a1bbbe373087481a3769723e224629a4ea4f9 /server/TracyView.hpp
parentf25c43462a6050495d2969911364d0ae0a75bdfa (diff)
Update imgui to f87e891f.
Diffstat (limited to 'server/TracyView.hpp')
-rw-r--r--server/TracyView.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/TracyView.hpp b/server/TracyView.hpp
index ef5baa92..ad37c0b5 100644
--- a/server/TracyView.hpp
+++ b/server/TracyView.hpp
@@ -171,7 +171,7 @@ private:
Out
};
- constexpr static auto DirectionToKeyMap = std::array<int, 4> { ImGuiKey_A, ImGuiKey_D, ImGuiKey_W, ImGuiKey_S };
+ constexpr static auto DirectionToKeyMap = std::array<ImGuiKey, 4> { ImGuiKey_A, ImGuiKey_D, ImGuiKey_W, ImGuiKey_S };
constexpr static auto StartRangeMod = std::array<int, 4> { -1, 1, 1, -1 };
constexpr static auto EndRangeMod = std::array<int, 4> { -1, 1, -1, 1 };