Fix demos
This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
import org.openrndr.applicationSynchronous
|
||||
|
||||
import org.openrndr.application
|
||||
import org.openrndr.extensions.Screenshots
|
||||
import org.openrndr.extensions.SingleScreenshot
|
||||
import org.openrndr.extra.gitarchiver.GitArchiver
|
||||
|
||||
fun main() = applicationSynchronous {
|
||||
fun main() = application {
|
||||
program {
|
||||
if (System.getProperty("takeScreenshot") == "true") {
|
||||
extend(SingleScreenshot()) {
|
||||
|
||||
Reference in New Issue
Block a user