Fix compiler error

This commit is contained in:
Aivan Monceller
2024-01-27 16:33:33 +08:00
parent b38db454f1
commit f65714b24f
3 changed files with 3 additions and 44 deletions

View File

@ -466,7 +466,7 @@ namespace DX11_Base {
ImGui::ShowDemoWindow();
if (Config.isDebugESP)
ESP_DEBUG(Config.mDebugESPDistance);
ESP_DEBUG(Config.mDebugESPDistance, ImVec4(0,1,0,1));
}
void Menu::MainMenu()