From be7268c80da9ecbd06ce9e5a24920c0500c84fd6 Mon Sep 17 00:00:00 2001 From: Michael Griebling Date: Mon, 27 Feb 2023 08:17:36 -0500 Subject: [PATCH] Update manager definition. --- Sources/SwiftMath/MathRender/MTFontManager.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/SwiftMath/MathRender/MTFontManager.swift b/Sources/SwiftMath/MathRender/MTFontManager.swift index 6644098..7f86008 100644 --- a/Sources/SwiftMath/MathRender/MTFontManager.swift +++ b/Sources/SwiftMath/MathRender/MTFontManager.swift @@ -11,7 +11,7 @@ import Foundation public class MTFontManager { - static public var manager:MTFontManager? = nil + static public private(set) var manager:MTFontManager! = nil let kDefaultFontSize = CGFloat(20)