瀏覽代碼

Fix tower shooter rendering

Ivan Savenko 2 年之前
父節點
當前提交
90a25cb28d
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      client/battle/CBattleStacksController.cpp

+ 1 - 1
client/battle/CBattleStacksController.cpp

@@ -194,7 +194,7 @@ void CBattleStacksController::stackAdded(const CStack * stack)
 		const CCreature *turretCreature = owner->siegeController->getTurretCreature();
 
 		stackAnimation[stack->ID] = AnimationControls::getAnimation(turretCreature);
-		stackAnimation[stack->ID]->pos.h = 225;
+		stackAnimation[stack->ID]->pos.h = 235;
 
 		coords = owner->siegeController->getTurretCreaturePosition(stack->initialPosition);
 	}