mirror of
https://github.com/360NENZ/Taiga74164-Akebi-GC.git
synced 2024-12-22 19:27:24 +08:00
commit
5c8df02497
@ -189,9 +189,9 @@ namespace cheat::feature
|
||||
targetPosition = targetPosition - app::Transform_get_right(freeCam_Transform, nullptr) * settings.f_Speed;
|
||||
|
||||
if (settings.f_LeftRoll.value().IsPressed())
|
||||
targetRotation.roll += settings.f_Speed;
|
||||
targetRotation.roll += settings.f_RollSpeed;
|
||||
if (settings.f_RightRoll.value().IsPressed())
|
||||
targetRotation.roll -= settings.f_Speed;
|
||||
targetRotation.roll -= settings.f_RollSpeed;
|
||||
if (settings.f_ResetRoll.value().IsPressed())
|
||||
targetRotation.roll = 0.0f;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user