Skip to content

Commit

Permalink
城边有古树,日夕连秋声
Browse files Browse the repository at this point in the history
键值写错了但是实际没影响
  • Loading branch information
scarsty committed Jul 14, 2024
1 parent 2cb8c6b commit e99c0c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/VirtualStick.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ VirtualStick::VirtualStick()
addButton(button_left_axis_, 320, w_ * 0.04, h_ * 0.5, BP_CONTROLLER_BUTTON_LEFTSTICK);
button_left_axis_->setVisible(false);

addButton(button_view_, 310, w_ * 0.4 - 25, h_ * 0.9, BP_CONTROLLER_BUTTON_START);
addButton(button_view_, 310, w_ * 0.4 - 25, h_ * 0.9, BP_CONTROLLER_BUTTON_BACK);
addButton(button_menu_, 308, w_ * 0.6 - 25, h_ * 0.9, BP_CONTROLLER_BUTTON_START);
}

Expand Down

0 comments on commit e99c0c4

Please sign in to comment.