mirror of
https://github.com/swordbluesword/PalWorld-NetCrack.git
synced 2025-08-06 08:13:50 +09:00
Fix compiler error
This commit is contained in:
@ -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()
|
||||
|
Reference in New Issue
Block a user