mirror of
https://github.com/love2d/love.git
synced 2026-08-12 08:30:56 +02:00
Fix another compile error with some compilers.
This commit is contained in:
@@ -267,7 +267,7 @@ void HarfbuzzShaper::computeGlyphPositions(const ColoredCodepoints &codepoints,
|
||||
continue;
|
||||
|
||||
// This is a glyph index at this point, despite the name.
|
||||
GlyphIndex gindex = { info.codepoint, bufferrange.index };
|
||||
GlyphIndex gindex = { (int) info.codepoint, bufferrange.index };
|
||||
|
||||
if (clustercodepoint == '\t' && isUsingSpacesForTab())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user