Weiter an den Dialogen gearbeitet
This commit is contained in:
@@ -75,7 +75,7 @@ public class ThirdPersonCamera {
|
||||
}
|
||||
|
||||
public void update(float tpf) {
|
||||
if (target == null) return;
|
||||
if (target == null || paused) return;
|
||||
|
||||
Vector3f pivot = target.getWorldTranslation().add(0, TARGET_HEIGHT, 0);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user