mirror of
https://github.com/love2d/love.git
synced 2026-08-16 08:11:02 +02:00
Code style fixes
This commit is contained in:
@@ -141,7 +141,7 @@ void GenericShaper::computeGlyphPositions(const ColoredCodepoints &codepoints, R
|
||||
}
|
||||
}
|
||||
|
||||
int GenericShaper::computeWordWrapIndex(const ColoredCodepoints& codepoints, Range range, float wraplimit, float *width)
|
||||
int GenericShaper::computeWordWrapIndex(const ColoredCodepoints &codepoints, Range range, float wraplimit, float *width)
|
||||
{
|
||||
if (!range.isValid())
|
||||
range = Range(0, codepoints.cps.size());
|
||||
|
||||
Reference in New Issue
Block a user