Fixed some minor bugs

This commit is contained in:
Anuken
2017-10-02 17:14:32 -04:00
parent 77f574e974
commit 3e9aca023a
10 changed files with 18 additions and 14 deletions
+1 -1
View File
@@ -79,7 +79,7 @@ project(":core") {
apply plugin: "java"
dependencies {
compile 'com.github.anuken:ucore:5633a3df2f'
compile 'com.github.anuken:ucore:2a0a7a54cc'
compile "com.badlogicgames.gdx:gdx:$gdxVersion"
compile "com.badlogicgames.gdx:gdx-ai:1.8.1"
}