Skip to content

Commit

Permalink
- use double instead of float for the tracking angle. this seems to m…
Browse files Browse the repository at this point in the history
…ake mouse movement a little smoother.
  • Loading branch information
madame-rachelle committed Jul 31, 2019
1 parent 106c26b commit 31c401a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zs/flipper.zsc
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ class FlipperHandler : EventHandler

class FlipperInventory : CustomInventory
{
float oldangle;
double oldangle;
bool runOnce;

Default
Expand Down

0 comments on commit 31c401a

Please sign in to comment.