mirror of
https://github.com/yattee/yattee.git
synced 2025-10-11 18:08:12 +00:00
Minor fixes
This commit is contained in:
@@ -24,9 +24,9 @@ final class MPVClient: ObservableObject {
|
||||
|
||||
func create(frame: CGRect? = nil) {
|
||||
#if !os(macOS)
|
||||
if let frame = frame {
|
||||
glView = MPVOGLView(frame: frame)
|
||||
}
|
||||
if let frame = frame {
|
||||
glView = MPVOGLView(frame: frame)
|
||||
}
|
||||
#endif
|
||||
|
||||
mpv = mpv_create()
|
||||
|
Reference in New Issue
Block a user