Fixed Color layout

master
Dominus Iniquitatis 2019-10-04 09:07:25 +03:00 committed by Marrub
parent 7cbfc5aab0
commit 9a40b0db7e
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ range 0 to 255, inclusive.
```
struct Color
{
uint8 r, g, b, a;
uint8 a, r, g, b;
}
```