mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-29 23:41:19 -06:00
Update fontft_internal.cpp
typo fix
This commit is contained in:
parent
78faac52e5
commit
6174ce1c74
@ -1686,7 +1686,7 @@ static s32 RenderGlyphIndexToSurface(FontObj& font_obj, u32 glyph_index,
|
||||
}
|
||||
}
|
||||
|
||||
result->transImage = nullptr;
|
||||
result->stage = nullptr;
|
||||
result->SurfaceImage.address = static_cast<u8*>(surf->buffer);
|
||||
result->SurfaceImage.widthByte = static_cast<u32>(surf->widthByte);
|
||||
result->SurfaceImage.pixelSizeByte = static_cast<u8>(surf->pixelSizeByte);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user