mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2025-07-01 03:53:03 +08:00
fix(renderer): Fix renderer callbacks called for nothing. (#2073)
This commit is contained in:
@ -28,7 +28,7 @@ namespace big
|
||||
ImGui::Separator();
|
||||
|
||||
if (g.window.ingame_overlay.show_fps)
|
||||
ImGui::Text("%.0f FPS", ImGui::GetIO().Framerate / 2);
|
||||
ImGui::Text("%.0f FPS", ImGui::GetIO().Framerate);
|
||||
|
||||
if (CNetworkPlayerMgr* network_player_mgr = gta_util::get_network_player_mgr(); g.window.ingame_overlay.show_players)
|
||||
ImGui::Text(std::format("Players: {}/{}", network_player_mgr->m_player_count, network_player_mgr->m_player_limit)
|
||||
|
Reference in New Issue
Block a user