This commit is contained in:
Isaac 2024-05-18 14:40:08 +04:00
parent 8b20aea99b
commit 054b2ffcb8
2 changed files with 16 additions and 2 deletions

View file

@ -119,7 +119,7 @@ public final class ViewController: UIViewController {
self.view.layer.addSublayer(MetalEngine.shared.rootLayer)
if "".isEmpty {
if !"".isEmpty {
if #available(iOS 13.0, *) {
self.test = ReferenceCompareTest(view: self.view)
}