Merge pull request #41 from marethyu/patch-2

Add a missing attribute for rectangle command
This commit is contained in:
wheremyfoodat 2022-08-23 23:58:59 +03:00 committed by GitHub
commit fb262291ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -261,6 +261,7 @@ The Rectangle command can be decoded using the following bitfield:
28-27 sss rectangle size
26 1/0 textured / untextured
25 1/0 semi-transparent / opaque
24 1/0 raw texture / modulation
23-0 rgb first color value.
```