clean up
This commit is contained in:
@@ -32,7 +32,6 @@
|
||||
uint packed = face._data;
|
||||
int offset = i * 4;
|
||||
|
||||
// Write little-endian (important!)
|
||||
result[offset] = (byte)(packed);
|
||||
result[offset + 1] = (byte)(packed >> 8);
|
||||
result[offset + 2] = (byte)(packed >> 16);
|
||||
|
||||
Reference in New Issue
Block a user