Skip to content

Commit

Permalink
forgot to fix one
Browse files Browse the repository at this point in the history
  • Loading branch information
cmy4322 committed Apr 24, 2017
1 parent d14a720 commit e04cf87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DoubleDash.Shared/LevelManager.cs
Expand Up @@ -127,7 +127,7 @@ public void MaybeZoomOut(Camera camera)
// world 3, level 2
else if (world3StartIndex + 1 == currentLevel)
{
camera.Zoom = .60f;
camera.Zoom = .55f;
}
// world 3, level 3
else if (world3StartIndex + 2 == currentLevel)
Expand Down

0 comments on commit e04cf87

Please sign in to comment.