wiiu fixes
This commit is contained in:
@@ -56,7 +56,7 @@ class TextLayout {
|
|||||||
if (__buffer == null) {
|
if (__buffer == null) {
|
||||||
|
|
||||||
__buffer = new ByteArray ();
|
__buffer = new ByteArray ();
|
||||||
__buffer.endian = "littleEndian";
|
__buffer.endian = "bigEndian";
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -66,7 +66,7 @@ namespace lime {
|
|||||||
|
|
||||||
unsigned char* bytesPosition = bytes->Bytes ();
|
unsigned char* bytesPosition = bytes->Bytes ();
|
||||||
|
|
||||||
*(bytesPosition) = glyph_count;
|
*(uint32_t *)(bytesPosition) = glyph_count;
|
||||||
bytesPosition += 4;
|
bytesPosition += 4;
|
||||||
|
|
||||||
hb_glyph_position_t pos;
|
hb_glyph_position_t pos;
|
||||||
|
|||||||
Reference in New Issue
Block a user