mirror of
https://github.com/yattee/yattee.git
synced 2025-08-05 02:04:07 +00:00
Use Swift 5.7 if-let style
This commit is contained in:
@@ -36,7 +36,7 @@ final class MPVOGLView: GLKView {
|
||||
}
|
||||
|
||||
override func draw(_: CGRect) {
|
||||
guard needsDrawing, let mpvGL = mpvGL else {
|
||||
guard needsDrawing, let mpvGL else {
|
||||
return
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user