Skip to content

Commit

Permalink
Fix missing break statement that caused input lag (#377)
Browse files Browse the repository at this point in the history
  • Loading branch information
Spodi committed Nov 16, 2023
1 parent 9509806 commit f717dd2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/graphic/Fast3D/gfx_dxgi.cpp
Expand Up @@ -401,6 +401,7 @@ static LRESULT CALLBACK gfx_dxgi_wnd_proc(HWND h_wnd, UINT message, WPARAM w_par
}
}
}
break;

case WM_ACTIVATEAPP:
if (dxgi.on_all_keys_up != nullptr) {
Expand Down

0 comments on commit f717dd2

Please sign in to comment.