1
0
Fork 0
mirror of https://github.com/ocornut/imgui.git synced 2026-02-01 03:30:06 +00:00

Examples: Tweaks.

This commit is contained in:
ocornut 2015-03-09 13:05:18 +00:00
parent 7397425097
commit a3f3793cb6
5 changed files with 7 additions and 5 deletions

View file

@ -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))