fix mac build
This commit is contained in:
@@ -71,7 +71,7 @@ namespace OpenVulkano::Scene
|
||||
if (symbols.find(c) != symbols.end())
|
||||
{
|
||||
Bbox glyphBaselineBbox, glyphAtlasBbox;
|
||||
int vIdx = i * 4;
|
||||
uint32_t vIdx = i * 4;
|
||||
uint32_t indices[] = { 1 + vIdx, 2 + vIdx, 3 + vIdx, 1 + vIdx, 3 + vIdx, 0 + vIdx };
|
||||
GlyphInfo& info = symbols.at(c);
|
||||
info.geometry.getQuadPlaneBounds(glyphBaselineBbox.l, glyphBaselineBbox.b, glyphBaselineBbox.r,
|
||||
|
||||
Reference in New Issue
Block a user