From 1802341804b9a5e0adaf40673d62e48213890828 Mon Sep 17 00:00:00 2001 From: Baoulettes Date: Sat, 21 May 2022 20:44:45 +0200 Subject: [PATCH] To match the edit made in .c --- libultraship/libultraship/SohImGuiImpl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libultraship/libultraship/SohImGuiImpl.h b/libultraship/libultraship/SohImGuiImpl.h index 210a26db9..165894e64 100644 --- a/libultraship/libultraship/SohImGuiImpl.h +++ b/libultraship/libultraship/SohImGuiImpl.h @@ -64,7 +64,7 @@ namespace SohImGui { void Init(WindowImpl window_impl); void Update(EventImpl event); - void EnhancementRadioButton(std::string text, std::string cvarName, int value); + void EnhancementRadioButton(const char* text, const char* cvarName, int id); void EnhancementCheckbox(std::string text, std::string cvarName); void EnhancementSliderInt(std::string text, std::string id, std::string cvarName, int min, int max, std::string format); void EnhancementSliderFloat(std::string text, std::string id, std::string cvarName, float min, float max, std::string format, float defaultValue);