Merge pull request #100 from WebFreak001/master

Fixed simpledisplay on 64 bit
This commit is contained in:
Adam D. Ruppe 2017-04-02 14:05:12 -04:00 committed by GitHub
commit 95c4dfb17c
1 changed files with 1 additions and 1 deletions

View File

@ -11087,7 +11087,7 @@ mixin template ExperimentalTextComponent() {
struct Carat {
TextLayout layout;
InlineElement inlineElement;
int offset;
size_t offset;
}
enum TextFormat : ushort {