Browse Source

Increase MaxOutlinePixels

pull/7387/head
Eric Robinson 2 years ago committed by Gleb Mazovetskiy
parent
commit
96a2a145e2
  1. 2
      Source/engine/render/clx_render.cpp

2
Source/engine/render/clx_render.cpp

@ -231,7 +231,7 @@ void DoRenderBackwards(
}
}
constexpr size_t MaxOutlinePixels = 2048;
constexpr size_t MaxOutlinePixels = 4096;
constexpr size_t MaxOutlineSpriteWidth = 253;
using OutlinePixels = StaticVector<PointOf<uint8_t>, MaxOutlinePixels>;
using OutlineRowSolidRuns = StaticVector<std::pair<uint8_t, uint8_t>, MaxOutlineSpriteWidth / 2 + 1>;

Loading…
Cancel
Save