add fall-through for InputAction.ZOOM for Third Person camera delegate
This commit is contained in:
@@ -56,6 +56,8 @@ class OverTheShoulderCameraDelegate implements InputHandlerDelegate {
|
|||||||
break;
|
break;
|
||||||
case InputAction.NONE:
|
case InputAction.NONE:
|
||||||
break;
|
break;
|
||||||
|
case InputAction.ZOOM:
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user