Skip to content

Commit

Permalink
extend buffer
Browse files Browse the repository at this point in the history
  • Loading branch information
lightmanLP committed Jan 2, 2025
1 parent 5542197 commit 7d5a185
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ std::shared_ptr<WheelHandler> WheelHandler::GetInstance() {
}

void WheelHandler::UpdateAxisBuffer(float* buf, float input) {
static const float LIMIT = 2.0f;
static const float LIMIT = 3.0f;
static const float REDUCE_STEP = 1.0f;

if (input != 0.0f) {
Expand Down

0 comments on commit 7d5a185

Please sign in to comment.