Fixed bug with tile cache not updating after map change

This commit is contained in:
Anuken
2017-07-22 20:23:11 -04:00
parent ed6b49788d
commit a05f63343c
20 changed files with 90 additions and 27 deletions

View File

@@ -77,7 +77,7 @@ project(":core") {
apply plugin: "java"
dependencies {
compile fileTree(dir: '../core/lib', include: '*.jar')
//compile fileTree(dir: '../core/lib', include: '*.jar')
//compile 'com.github.Anuken:ucore:b58e4bd'
compile "com.badlogicgames.gdx:gdx:$gdxVersion"
compile "com.badlogicgames.gdx:gdx-ai:1.8.1"