Skip to content

Commit c891b88

Browse files
committed
Update README
1 parent e9e9fbf commit c891b88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ fn setup(mut commands: Commands, ...) {
6060
GravityScale(0.0),
6161
Ccd { enabled: true }, // Prevent clipping when going fast
6262
TransformBundle::from_transform(Transform::from_xyz(0.0, 3.0, 0.0)),
63-
LogicalPlayer(0),
63+
LogicalPlayer,
6464
FpsControllerInput {
6565
pitch: -TAU / 12.0,
6666
yaw: TAU * 5.0 / 8.0,

0 commit comments

Comments
 (0)