mirror of
https://github.com/yattee/yattee.git
synced 2025-08-09 20:24:06 +00:00
Cancel loading assets on switching backend
This commit is contained in:
@@ -69,6 +69,8 @@ protocol PlayerBackend {
|
||||
|
||||
func setNeedsDrawing(_ needsDrawing: Bool)
|
||||
func setSize(_ width: Double, _ height: Double)
|
||||
|
||||
func cancelLoads()
|
||||
}
|
||||
|
||||
extension PlayerBackend {
|
||||
|
Reference in New Issue
Block a user