Skip to content

Commit

Permalink
Further increase outline pixels to 2048
Browse files Browse the repository at this point in the history
Follow-up to #7157
  • Loading branch information
glebm committed Aug 16, 2024
1 parent 7d5bef7 commit dc2406d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/engine/render/clx_render.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ void DoRenderBackwards(
}
}

constexpr size_t MaxOutlinePixels = 1536;
constexpr size_t MaxOutlinePixels = 2048;
constexpr size_t MaxOutlineSpriteWidth = 253;
using OutlinePixels = StaticVector<PointOf<uint8_t>, MaxOutlinePixels>;
using OutlineRowSolidRuns = StaticVector<std::pair<uint8_t, uint8_t>, MaxOutlineSpriteWidth / 2 + 1>;
Expand Down

0 comments on commit dc2406d

Please sign in to comment.