Skip to content
Snippets Groups Projects
Unverified Commit 62c31053 authored by Lakr's avatar Lakr Committed by GitHub
Browse files

Merge pull request #17 from strangeliu/main

Replace drawable.addPresentedHandler with commandBuffer.addCompletedH…
parents 9cf554ba 59936658
Branches main
Tags 5.6.4
No related merge requests found
......@@ -62,7 +62,7 @@ open class MulticolorGradientView: MetalView {
lock.unlock()
return
}
drawable.addPresentedHandler { _ in
commandBuffer.addCompletedHandler { _ in
lock.unlock()
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment