mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2025-06-25 17:52:55 +08:00
feat: Switch to C++20 (#508)
This commit is contained in:
@ -11,7 +11,7 @@ namespace big
|
||||
{
|
||||
void view::view_player() {
|
||||
|
||||
std::string title = fmt::format("Player Options: {}", g_player_service->get_selected()->get_name());
|
||||
std::string title = std::format("Player Options: {}", g_player_service->get_selected()->get_name());
|
||||
|
||||
ImGui::Text(title.c_str());
|
||||
ImGui::Checkbox("Spectate", &g->player.spectating);
|
||||
|
Reference in New Issue
Block a user