change defaut keybinds

This commit is contained in:
2024-03-09 17:39:37 +01:00
parent 80dbd73bfb
commit 510e850db2

View File

@@ -48,7 +48,7 @@ void BlitzConfig::LoadDefaultConfig() {
m_VSync = true;
const char defaultPseudo[] = "Pseudo";
std::memcpy(m_Pseudo.data(), defaultPseudo, sizeof(defaultPseudo));
m_Keybinds = {ImGuiKey_Z, ImGuiKey_S, ImGuiKey_Q, ImGuiKey_D};
m_Keybinds = {ImGuiKey_Z, ImGuiKey_S, ImGuiKey_D, ImGuiKey_Q};
}
void BlitzConfig::SaveConfig() {