Merge branch 'stable' into johni/quick-mode

This commit is contained in:
Jonas Herzig
2018-08-31 12:44:00 +02:00
12 changed files with 47 additions and 35 deletions

View File

@@ -126,7 +126,7 @@ public class ClassicCameraController implements CameraController {
lastCall = Sys.getTime();
if(direction == null || motion < THRESHOLD) {
if(direction == null || direction.lengthSquared() == 0 || motion < THRESHOLD) {
return;
}