Skip to content

Commit

Permalink
remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
nytelytee authored Aug 11, 2024
1 parent e7f2d63 commit dad1ba2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,6 @@ class $modify(WTDFPlayerObject, PlayerObject) {
// than 240. the only time that it isn't 0.25 is when click between frames sends its updates.
// this is kind of weird, i would expect physics bypass to affect this, but i guess not
float errorMargin = 0.004/deltaTime;
log::info("{}", deltaTime);

// save the current point as prevPoint only if it is placed as a streak point
// this makes it so that even smooth paths where
Expand Down

0 comments on commit dad1ba2

Please sign in to comment.