Fixed minor bug with pause menu not being removed properly

This commit is contained in:
Anuken
2017-08-07 15:27:47 -04:00
parent 3c9cc97400
commit 895397f66f
7 changed files with 15 additions and 10 deletions
+1 -1
View File
@@ -78,7 +78,7 @@ project(":core") {
dependencies {
//compile fileTree(dir: '../core/lib', include: '*.jar')
compile 'com.github.Anuken:ucore:88b945b'
//compile 'com.github.Anuken:ucore:88b945b'
compile "com.badlogicgames.gdx:gdx:$gdxVersion"
compile "com.badlogicgames.gdx:gdx-ai:1.8.1"
}