refactor: Renderer (#694)
* Simplified SwapCHain, Device and DeviceContext pointers * Added DX and WndProc callback registration * Cleaned up GUI code * Optimised Mouse Toggle
This commit is contained in:
@ -52,16 +52,5 @@ namespace big
|
||||
static void player_kick();
|
||||
static void player_toxic();
|
||||
static void player_misc();
|
||||
|
||||
// later calls will be drawn over earlier calls
|
||||
static void always()
|
||||
{
|
||||
esp::draw();
|
||||
context_menu();
|
||||
|
||||
gta_data();
|
||||
|
||||
notifications();
|
||||
}
|
||||
};
|
||||
}
|
||||
|
@ -12,7 +12,7 @@ namespace big
|
||||
|
||||
if (g_gta_data_service->cache_needs_update())
|
||||
{
|
||||
g_gui.m_opened = true;
|
||||
g_gui->toggle(true);
|
||||
ImGui::OpenPopup("Game Cache");
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user