change defaut keybinds
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user