[orx-poisson-fill] Fix demos, attempt 2

This commit is contained in:
Edwin Jakobs
2022-01-21 21:25:32 +01:00
parent 65cc33acda
commit df1b7acd46
4 changed files with 16 additions and 11 deletions

View File

@@ -19,8 +19,6 @@ import kotlin.math.sin
fun main() {
data class Thing(val color: ColorRGBa, var pos: Polar, val speed: Polar)
application {
program {
val dry = renderTarget(width, height) {