Add a missing attribute for rectangle command

This commit is contained in:
Jimmy Yang 2022-08-23 13:57:50 -07:00 committed by GitHub
parent 4c7389e452
commit ae6730195d
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.
```