Add orx-view-box, adjust for api changes in OPENRNDR
This commit is contained in:
@@ -138,16 +138,3 @@ private val watchThread by lazy {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
fun main() {
|
||||
val a = watchFile(Program(), File("README.md")) {
|
||||
it.readText()
|
||||
}
|
||||
a.stop()
|
||||
a.triggerChange()
|
||||
while (true) {
|
||||
println(a())
|
||||
Thread.sleep(2000)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user