mirror of
https://github.com/0TheSpy/Seaside.git
synced 2025-01-09 19:08:48 +08:00
Update Menu.hpp
This commit is contained in:
parent
b37e6688c0
commit
8f17bfeb0e
@ -2119,21 +2119,13 @@ long __stdcall hkEndScene(IDirect3DDevice9* pDevice)
|
||||
|
||||
ImGui::EndTabItem();
|
||||
}
|
||||
|
||||
|
||||
|
||||
ImGui::EndTabBar();
|
||||
|
||||
|
||||
ImGui::End();
|
||||
|
||||
ImGui::EndFrame();
|
||||
ImGui::Render();
|
||||
ImGui_ImplDX9_RenderDrawData(ImGui::GetDrawData());
|
||||
}
|
||||
|
||||
|
||||
|
||||
if (*g_Options.hitmarker && iff.g_pEngineClient->IsInGame()) {
|
||||
iff.g_pDebugOverlay->ClearAllOverlays();
|
||||
for (int i = 0; i < bulletdata.size(); i++) {
|
||||
@ -2153,9 +2145,5 @@ long __stdcall hkEndScene(IDirect3DDevice9* pDevice)
|
||||
bulletdata[i].time += iff.g_pGlobals->curtime - bulletdata[i].time;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
return oEndScene(pDevice);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user