add fall-through for InputAction.ZOOM for Third Person camera delegate

This commit is contained in:
Nick Fisher
2024-10-10 20:47:00 +08:00
parent 254b6d8af2
commit 5441dedcf4

View File

@@ -56,6 +56,8 @@ class OverTheShoulderCameraDelegate implements InputHandlerDelegate {
break;
case InputAction.NONE:
break;
case InputAction.ZOOM:
break;
}
}