Fixing typo

This commit is contained in:
Nicolas Noble 2021-03-31 17:08:54 -07:00 committed by GitHub
parent d139a42d9d
commit 72a4b40acb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -140,9 +140,9 @@ be decoded using the following bitfield:
31-29 001 polygon render
28 1/0 gouraud / flat shading
27 1/0 4 / 3 vertices
26 1 textured / untextured
26 1/0 textured / untextured
25 1/0 semi transparent / solid
24 0 texture blending
24 1/0 texture blending
23-0 rgb first color value.
```