Skip to content

Commit

Permalink
Increase default value of res.rsi_atlas_size (#5250)
Browse files Browse the repository at this point in the history
  • Loading branch information
ElectroJr authored Jun 19, 2024
1 parent f98ef78 commit a3f80ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Robust.Shared/CVars.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1374,7 +1374,7 @@ protected CVars()
/// the purpose of using an atlas if it gets too small.
/// </summary>
public static readonly CVarDef<int> ResRSIAtlasSize =
CVarDef.Create("res.rsi_atlas_size", 8192, CVar.CLIENTONLY);
CVarDef.Create("res.rsi_atlas_size", 12288, CVar.CLIENTONLY);

// TODO: Currently unimplemented.
/// <summary>
Expand Down

0 comments on commit a3f80ac

Please sign in to comment.