Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
rdw-software committed Jan 29, 2024
1 parent a4f204f commit dadbdcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Core/NativeClient/C_Camera.lua
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ local C_Camera = {
DEFAULT_ORBIT_DISTANCE = 60,
horizontalRotationAngleInDegrees = 0,
verticalRotationAngleInDegrees = 50,
orbitDistanceInWorldUnits = 60,
orbitDistanceInWorldUnits = 120,
DEGREES_PER_ZOOM_LEVEL = 5,
MIN_ORBIT_DISTANCE = 45,
MAX_ORBIT_DISTANCE = 80,
Expand Down

0 comments on commit dadbdcc

Please sign in to comment.