Skip to content

Commit

Permalink
Derp fix
Browse files Browse the repository at this point in the history
  • Loading branch information
R-YaTian committed Dec 12, 2023
1 parent 0c1bea4 commit 2aabb1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/3ds/3dsui.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -537,7 +537,7 @@ void ui3dsDrawStringWithWrapping(int x0, int y0, int x1, int y1, int color, int
int slen = strlen(buffer);

int curStartPos = 0;
int curEndPos = slen
int curEndPos = slen;
uint16 lineWidth = 0;
for (int i = 0; i <= slen; )
{
Expand Down

0 comments on commit 2aabb1c

Please sign in to comment.