v1.3.0: fixed fog of war not updating properly when Golems teleport hero

This commit is contained in:
Evan Debenham
2022-06-13 12:37:37 -04:00
parent 62bd0a617e
commit 9b3170f643
2 changed files with 4 additions and 2 deletions

View File

@@ -14,8 +14,8 @@ allprojects {
appName = 'Shattered Pixel Dungeon'
appPackageName = 'com.shatteredpixel.shatteredpixeldungeon'
appVersionCode = 632
appVersionName = '1.3.0-ALPHA-2'
appVersionCode = 633
appVersionName = '1.3.0-ALPHA-3'
appJavaCompatibility = JavaVersion.VERSION_1_8