Minor thing

This commit is contained in:
Sollace 2021-02-23 19:24:53 +02:00
parent ca1fda7de2
commit e687dfcfcf

View file

@ -25,7 +25,7 @@ public class PlayerCamera extends MotionCompositor {
}
if (player.getPhysics().isGravityNegative()) {
roll = -roll;
roll *= -1;
roll += 180;
}