mirror of
https://github.com/ocornut/imgui.git
synced 2026-02-01 03:30:06 +00:00
Examples: Tweaks.
This commit is contained in:
parent
7397425097
commit
a3f3793cb6
5 changed files with 7 additions and 5 deletions
|
|
@ -176,7 +176,7 @@ void ImGui_ImplDX9_InitFontsTexture()
|
|||
g_FontTextureLoaded = true;
|
||||
}
|
||||
|
||||
bool ImGui_ImplDX9_Init(void* hwnd, IDirect3DDevice9* device, bool install_callbacks)
|
||||
bool ImGui_ImplDX9_Init(void* hwnd, IDirect3DDevice9* device)
|
||||
{
|
||||
g_pd3dDevice = device;
|
||||
if (!QueryPerformanceFrequency((LARGE_INTEGER *)&g_TicksPerSecond))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue