mirror of
https://github.com/Sollace/Unicopia.git
synced 2024-11-27 15:17:59 +01:00
Minor thing
This commit is contained in:
parent
ca1fda7de2
commit
e687dfcfcf
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ public class PlayerCamera extends MotionCompositor {
|
|||
}
|
||||
|
||||
if (player.getPhysics().isGravityNegative()) {
|
||||
roll = -roll;
|
||||
roll *= -1;
|
||||
roll += 180;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue