Skip to content
This repository was archived by the owner on Feb 6, 2021. It is now read-only.

Commit 75d6a9b

Browse files
committed
Missed this one
1 parent 22fb813 commit 75d6a9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

desktop_version/src/Graphics.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -3110,7 +3110,7 @@ void Graphics::bigrprint(int x, int y, std::string& t, int r, int g, int b, bool
31103110

31113111
int bfontpos = 0;
31123112
int cur;
3113-
std::string::iterator iter = t.begin();
3113+
std::string::iterator iter = t.begin();
31143114
while (iter != t.end()) {
31153115
cur = utf8::unchecked::next(iter);
31163116
if (flipmode)

0 commit comments

Comments
 (0)