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

@@ -66,7 +66,7 @@ namespace lime {
unsigned char* bytesPosition = bytes->Bytes ();
*(bytesPosition) = glyph_count;
*(uint32_t *)(bytesPosition) = glyph_count;
bytesPosition += 4;
hb_glyph_position_t pos;