Skip to content

Commit

Permalink
solucionado error
Browse files Browse the repository at this point in the history
  • Loading branch information
Xayiide committed Oct 17, 2023
1 parent 2a7b990 commit d38b167
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,8 @@ int main()
else if (e.type == SDL_MOUSEBUTTONUP)
{
mouse_pressed = false;
mouse_last.x = 0;
mouse_last.y = 0;
}


Expand Down

0 comments on commit d38b167

Please sign in to comment.