Skip to content

Commit 2b3b364

Browse files
committed
d3d11
1 parent f68b82d commit 2b3b364

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/d3d11/overlay.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -290,8 +290,6 @@ void OnDXPresent(IDXGISwapChain* pSwapChain) {
290290

291291
ImGuiIO& io = ImGui::GetIO();
292292

293-
ImGuiIO& io = ImGui::GetIO();
294-
295293
ImGui_ImplDX11_NewFrame();
296294
ImGui_ImplWin32_NewFrame();
297295
io.DisplaySize = ImVec2((float)desc.BufferDesc.Width, (float)desc.BufferDesc.Height);

0 commit comments

Comments
 (0)