fix RenderGlyphs serialization

This commit is contained in:
James Gray
2015-04-07 20:19:35 -05:00
parent 5f7157ef92
commit eb5b77cacf

View File

@@ -856,7 +856,7 @@ namespace lime {
if (count > 0) {
*(bytes->Bytes ()) = count;
*(uint32_t *)(bytes->Bytes ()) = count;
}