wiiu fixes

This commit is contained in:
Lars A. Doucet
2015-04-09 23:58:18 -05:00
parent b0493e8a7c
commit 1bf2c043fd
2 changed files with 2 additions and 2 deletions

View File

@@ -56,7 +56,7 @@ class TextLayout {
if (__buffer == null) { if (__buffer == null) {
__buffer = new ByteArray (); __buffer = new ByteArray ();
__buffer.endian = "littleEndian"; __buffer.endian = "bigEndian";
} }

View File

@@ -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;