Skip to content

Commit

Permalink
Add experimental to fixed camera during animations
Browse files Browse the repository at this point in the history
  • Loading branch information
Raicuparta committed Jan 25, 2022
1 parent f54ee79 commit 958cded
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TwoForksVr/src/Settings/VrSettings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public static void SetUp(ConfigFile config)
Teleport = config.Bind("Config", "Teleport", false,
"Fixed camera whie moving (\"teleport\" locomotion)");
FixedCameraDuringAnimations = config.Bind("Config", "FixedCameraDuringAnimations", false,
"Fixed camera during player animations");
"Fixed camera during animations (experimental)");
ShowBody = config.Bind("Config", "ShowBody", false,
"Show player body");
ShowFeet = config.Bind("Config", "ShowFeet", true,
Expand Down

0 comments on commit 958cded

Please sign in to comment.