mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-21 05:43:42 -07:00
missed a couple spots
This commit is contained in:
parent
b8602994fb
commit
8615418630
1 changed files with 2 additions and 2 deletions
|
@ -764,7 +764,7 @@ namespace SohImGui {
|
|||
if ((ImGui::IsKeyDown(ImGuiKey_LeftCtrl) ||
|
||||
ImGui::IsKeyDown(ImGuiKey_RightCtrl)) &&
|
||||
ImGui::IsKeyPressed(ImGuiKey_R, false)) {
|
||||
console->Commands["reset"].handler(noArgs);
|
||||
console->Commands["reset"].handler(emptyArgs);
|
||||
}
|
||||
#endif
|
||||
|
||||
|
@ -784,7 +784,7 @@ namespace SohImGui {
|
|||
"Ctrl+R"
|
||||
#endif
|
||||
)) {
|
||||
console->Commands["reset"].handler(noArgs);
|
||||
console->Commands["reset"].handler(emptyArgs);
|
||||
}
|
||||
ImGui::EndMenu();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue