Fixed Color layout

pull/1/head
Dominus Iniquitatis 2019-10-04 09:07:25 +03:00 committed by GitHub
parent 7cbfc5aab0
commit 295e03f87e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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;
}
```