Browse Source

Update archer_renderer.cpp

Adam Djellouli 1 month ago
parent
commit
c4dde0d1b1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      render/entity/nations/carthage/archer_renderer.cpp

+ 1 - 1
render/entity/nations/carthage/archer_renderer.cpp

@@ -83,7 +83,7 @@ class ArcherRenderer : public HumanoidRendererBase {
 public:
 public:
   auto get_proportion_scaling() const -> QVector3D override {
   auto get_proportion_scaling() const -> QVector3D override {
 
 
-    return {0.82F, 1.08F, 0.82F};
+    return {0.95F, 1.08F, 0.92F};
   }
   }
 
 
   void adjust_variation(const DrawContext &, uint32_t,
   void adjust_variation(const DrawContext &, uint32_t,