Skip to content

Commit

Permalink
Fix missing break statement that caused input lag
Browse files Browse the repository at this point in the history
  • Loading branch information
Spodi committed Nov 15, 2023
1 parent 9509806 commit b48c898
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/graphic/Fast3D/gfx_dxgi.cpp
Original file line number Diff line number Diff line change
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 b48c898

Please sign in to comment.