Skip to content

Commit

Permalink
Fix gravity/warp lines being modified during draw
Browse files Browse the repository at this point in the history
While warp lines were being drawn, they also got resized to
automatically fit between collision. In renderfixed, gravity lines are
resized the same way. Doing logic while drawing is very poor practice,
so resizing of these has been moved into logic, and merged together.

Aside from some more cleanup, this commit also removes the very poorly
done right click emulation, when you hold CTRL and click. It never
worked well in the past, and even requires a right click to use, so
there's not really any point to keeping it around.
  • Loading branch information
AllyTally authored and InfoTeddy committed Mar 21, 2023
1 parent 84c6d44 commit 7b5ef40
Show file tree
Hide file tree
Showing 2 changed files with 128 additions and 153 deletions.
Loading

0 comments on commit 7b5ef40

Please sign in to comment.