Commit 9dbb64e7 authored by Roman Sedaikin's avatar Roman Sedaikin

Removed a test line that forces the sample to run in OpenGL rendering.

parent 2cfab4a4
......@@ -15,7 +15,6 @@ import kotlin.math.cos
import kotlin.math.sin
fun main(args: Array<String>) {
System.setProperty("skiko.renderApi", "OPENGL")
repeat(1) {
createWindow("window $it")
}
......
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