Compare commits
2 Commits
6ab9126cd7
...
81bb294297
| Author | SHA1 | Date | |
|---|---|---|---|
| 81bb294297 | |||
| 42966b1095 |
@@ -1,7 +1,6 @@
|
||||
#include "client/config/BlitzConfig.h"
|
||||
|
||||
#include "blitz/misc/Log.h"
|
||||
#include "client/display/PlayerController.h"
|
||||
#include "imgui.h"
|
||||
#include <fstream>
|
||||
#include <nlohmann/json.hpp>
|
||||
|
||||
@@ -4,7 +4,6 @@
|
||||
#include "blitz/misc/Log.h"
|
||||
#include "client/Client.h"
|
||||
#include "client/display/InputManager.h"
|
||||
#include "client/display/PlayerController.h"
|
||||
#include "client/gui/FPSMenu.h"
|
||||
#include <SDL2/SDL.h>
|
||||
#include <imgui.h>
|
||||
@@ -164,10 +163,6 @@ void OptionsMenu::Render() {
|
||||
ImGuiTabBarFlags tab_bar_flags = ImGuiTabBarFlags_None;
|
||||
if (ImGui::BeginTabBar("OPTIONS", tab_bar_flags)) {
|
||||
if (ImGui::BeginTabItem("CONTROLES")) {
|
||||
// Always center this window when appearing
|
||||
ImVec2 center = ImGui::GetMainViewport()->GetCenter();
|
||||
ImGui::SetNextWindowPos(center, ImGuiCond_Appearing, ImVec2(0.5f, 0.5f));
|
||||
|
||||
HotkeyBindingButton();
|
||||
HotkeyBindingPopUp();
|
||||
float sensitivity = m_Client->GetConfig()->GetMouseSpeed() * 200.0f;
|
||||
|
||||
Reference in New Issue
Block a user