mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-02-17 12:47:46 +00:00
Fix typo making the first line wrap wrong.
This commit is contained in:
parent
8c984c2440
commit
5f3cede64c
@ -432,7 +432,7 @@ void PPGeDrawTextWrapped(const char *text, float x, float y, float wrapWidth, in
|
||||
BeginVertexData();
|
||||
y += atlasfont.ascend*scale;
|
||||
float sx = x;
|
||||
bool skipWrap = true;
|
||||
bool skipWrap = false;
|
||||
const float wrapCutoff = wrapWidth * 0.8f;
|
||||
UTF8 utf(text);
|
||||
while (true) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user