Update README.md
Camera lateinit var camera: FFMPEGVideoPlayer rewrite
This commit is contained in:
@@ -40,7 +40,7 @@ import org.openrndr.Program
|
|||||||
import org.openrndr.application
|
import org.openrndr.application
|
||||||
|
|
||||||
class PersistentProgram: Program() {
|
class PersistentProgram: Program() {
|
||||||
lateinit var camera;
|
lateinit var camera: FFMPEGVideoPlayer
|
||||||
}
|
}
|
||||||
|
|
||||||
fun main() = application{
|
fun main() = application{
|
||||||
@@ -71,4 +71,4 @@ import org.openrndr.draw.*
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user