mirror of https://github.com/adamdruppe/arsd.git
Merge pull request #100 from WebFreak001/master
Fixed simpledisplay on 64 bit
This commit is contained in:
commit
95c4dfb17c
|
@ -11087,7 +11087,7 @@ mixin template ExperimentalTextComponent() {
|
|||
struct Carat {
|
||||
TextLayout layout;
|
||||
InlineElement inlineElement;
|
||||
int offset;
|
||||
size_t offset;
|
||||
}
|
||||
|
||||
enum TextFormat : ushort {
|
||||
|
|
Loading…
Reference in New Issue