Fix OrbitalCamera and OrbitalControls to be compatible with OR 0.3.36

This commit is contained in:
edwin
2019-11-25 19:27:58 +01:00
parent 471b2d5bf7
commit 6c9c0d622d
3 changed files with 7 additions and 7 deletions

View File

@@ -37,10 +37,10 @@ plugins {
//}
project.ext {
openrndrVersion = "0.3.35"
openrndrVersion = "0.3.36"
kotlinVersion = "1.3.50"
spekVersion = "2.0.6"
libfreenectVersion = "0.5.7-1.5.1"
libfreenectVersion = "0.5.7-1.5.2"
}
allprojects {