missed a couple spots
This commit is contained in:
@@ -764,7 +764,7 @@ namespace SohImGui {
|
|||||||
if ((ImGui::IsKeyDown(ImGuiKey_LeftCtrl) ||
|
if ((ImGui::IsKeyDown(ImGuiKey_LeftCtrl) ||
|
||||||
ImGui::IsKeyDown(ImGuiKey_RightCtrl)) &&
|
ImGui::IsKeyDown(ImGuiKey_RightCtrl)) &&
|
||||||
ImGui::IsKeyPressed(ImGuiKey_R, false)) {
|
ImGui::IsKeyPressed(ImGuiKey_R, false)) {
|
||||||
console->Commands["reset"].handler(noArgs);
|
console->Commands["reset"].handler(emptyArgs);
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
@@ -784,7 +784,7 @@ namespace SohImGui {
|
|||||||
"Ctrl+R"
|
"Ctrl+R"
|
||||||
#endif
|
#endif
|
||||||
)) {
|
)) {
|
||||||
console->Commands["reset"].handler(noArgs);
|
console->Commands["reset"].handler(emptyArgs);
|
||||||
}
|
}
|
||||||
ImGui::EndMenu();
|
ImGui::EndMenu();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user