OSDN Git Service

Commit 98de7b628e457c82a9607f3d1fb7b1ed266d7d86 for rendering Japanese characters...
authorEric Branlund <ebranlund@fastmail.com>
Tue, 27 Aug 2019 17:22:44 +0000 (10:22 -0700)
committerEric Branlund <ebranlund@fastmail.com>
Tue, 27 Aug 2019 17:22:44 +0000 (10:22 -0700)
src/main-cocoa.m

index d396ee5..3c6e4e8 100644 (file)
@@ -2347,7 +2347,9 @@ static errr Term_text_cocoa(int x, int y, int n, byte_hack a, concptr cp)
        }
 #else
         [angbandContext drawWChar:cp[i] inRect:rectToDraw];
+       ++i;
         rectToDraw.origin.x += tileWidth;
+#endif
     }
 
     [angbandContext unlockFocus];