Skip to content
This repository was archived by the owner on Apr 16, 2024. It is now read-only.

Commit 14ff972

Browse files
committed
Marked DefaultUiScale as readonly
1 parent b5ca9cc commit 14ff972

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SettingsRedux.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ class SettingsDialog_OnAttach_Patch {
5252

5353
private static Tabs ActiveTab = Tabs.Audio;
5454
private static AudioSettingSync audioSettingSync;
55-
private static float DefaultUiScale = 28f;
55+
private static readonly float DefaultUiScale = 28f;
5656

5757
//private static SyncRefList<Button> _tabButtons; //.Add() always caused a NRE
5858
private static Button b1;

0 commit comments

Comments
 (0)