[orx-dnk3] Fix demos
This commit is contained in:
@@ -18,11 +18,6 @@ fun main() = application {
|
||||
}
|
||||
|
||||
program {
|
||||
if (System.getProperty("takeScreenshot") == "true") {
|
||||
extend(SingleScreenshot()) {
|
||||
this.outputFile = System.getProperty("screenshotPath")
|
||||
}
|
||||
}
|
||||
|
||||
val root = SceneNode()
|
||||
val scene = Scene(root)
|
||||
|
||||
Reference in New Issue
Block a user