Cancel loading assets on switching backend

This commit is contained in:
Arkadiusz Fal
2022-11-13 13:28:25 +01:00
parent fe9b7c03ca
commit 815d0b3ae8
4 changed files with 18 additions and 1 deletions

View File

@@ -69,6 +69,8 @@ protocol PlayerBackend {
func setNeedsDrawing(_ needsDrawing: Bool)
func setSize(_ width: Double, _ height: Double)
func cancelLoads()
}
extension PlayerBackend {