Commit bc57de3b authored by Nikolay Igotti's avatar Nikolay Igotti

Fix typo

parent 94ef0533
......@@ -22,7 +22,7 @@ fun main() {
defer = true)
val skiaLayer = SkiaLayer()
skiaLayer.skikoView = GenericSkikoView(skiaLayer, makeApp())
skiaLayer.initLayer(window)
skiaLayer.attachTo(window)
window.orderFrontRegardless()
NSApp?.run()
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment