Fix vertical direction

This commit is contained in:
Edwin Jakobs
2018-10-23 20:48:49 +02:00
parent 6702686b9b
commit 45fb27c8af
4 changed files with 30 additions and 4 deletions

View File

@@ -19,6 +19,6 @@ repositories {
Add dependency:
```
dependencies {
compile 'com.github.openrndr:orx:v0.0.7'
compile 'com.github.openrndr.orx:<orx-artifact>:v0.0.7'
}
```