Fix multiple crashes, add shader fallback

This commit is contained in:
Anuken
2017-12-13 13:13:22 -05:00
parent ece7ad0fd3
commit 66b068f5e0
10 changed files with 59 additions and 33 deletions

View File

@@ -79,7 +79,7 @@ project(":core") {
apply plugin: "java"
dependencies {
compile 'com.github.Anuken:ucore:a1ae9be'
compile 'com.github.Anuken:ucore:dfceb01'
compile "com.badlogicgames.gdx:gdx:$gdxVersion"
compile "com.badlogicgames.gdx:gdx-ai:1.8.1"
}