Skip to content

Commit

Permalink
Fixed build
Browse files Browse the repository at this point in the history
  • Loading branch information
deathkiller committed Nov 26, 2024
1 parent c6ebbfe commit 9da3b62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/nCine/Backends/Android/AndroidInputManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ namespace nCine
{
// Early out if there is no input event handler
if (inputEventHandler_ == nullptr) {
return false;
return;
}

textInputEvent_.length = copyStringFirst(textInputEvent_.text, sizeof(textInputEvent_.text), chars);
Expand Down

0 comments on commit 9da3b62

Please sign in to comment.