Skip to content

Commit

Permalink
letterbox max ratio limit change 21:9 -> 22:9
Browse files Browse the repository at this point in the history
  • Loading branch information
jonny-jeahyunchoi committed Nov 27, 2023
1 parent e471aa3 commit bcb5ef2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nekoyume/Assets/_Scripts/Game/ActionCamera.cs
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ public struct ShakeData
private bool _isStaticRatio;

public static float MinScreenRatio => 16f / 9f;
public static float MaxScreenRatio => 21f / 9f;
public static float MaxScreenRatio => 22f / 9f;

private int _lastScreenWidth;
private int _lastScreenHeight;
Expand Down

0 comments on commit bcb5ef2

Please sign in to comment.