v0.3.1: fixed a bug with tag flip changes

This commit is contained in:
Evan Debenham 2015-08-09 18:14:28 -04:00 committed by Evan Debenham
parent 00aab9bd2d
commit fb96f7e2f5

View File

@ -413,7 +413,7 @@ public class GameScene extends PixelScene {
if (ShatteredPixelDungeon.flipTags()) {
scene.log.setRect(scene.attack.width(), scene.toolbar.top(), uiCamera.width - scene.attack.width(), 0);
} else {
scene.log.setRect(0, scene.toolbar.top(), scene.attack.left(), 0 );
scene.log.setRect(0, scene.toolbar.top(), uiCamera.width - scene.attack.width(), 0 );
}
float pos = scene.toolbar.top();