a suite of small concurrency warning fixes

This commit is contained in:
Joe Heck
2024-03-22 10:11:40 -07:00
parent b3464a2aa5
commit 91ea6f28ee
6 changed files with 15 additions and 5 deletions

View File

@@ -10,7 +10,7 @@
import AppKit
public class RSScreen {
public static var maxScreenScale = CGFloat(2)
public static let maxScreenScale = CGFloat(2)
}
#endif
@@ -19,7 +19,7 @@ public class RSScreen {
import UIKit
public class RSScreen {
public static var maxScreenScale = CGFloat(3)
public static let maxScreenScale = CGFloat(3)
}
#endif