Skip to content

Commit

Permalink
Oops.
Browse files Browse the repository at this point in the history
  • Loading branch information
coornio committed Sep 21, 2024
1 parent 9e434c5 commit 270724a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Assistants/BasicInput.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ void BasicKeyboard::updateCopy() {
std::copy_n(
std::execution::par_unseq,
SDL_GetKeyboardState(nullptr),
SDL_SCANCODE_COUNT,
static_cast<Sint32>(SDL_SCANCODE_COUNT),
oldState.data()
);
}
Expand Down

0 comments on commit 270724a

Please sign in to comment.