diff options
| author | petrie911 <69443847+petrie911@users.noreply.github.com> | 2024-04-05 15:11:36 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-05 17:11:36 -0300 |
| commit | 126a55aa0eadaf8b2ed8f370cbba63368be7a964 (patch) | |
| tree | 3d1c9ff5d4ba097105a815659c3b87f9d36e3bed /src/engine/fox_shapes.c | |
| parent | ac41c180a9e68d31d18cfc57b46032f4ccaa052a (diff) | |
Event Actor docs that kind of ballooned into a bunch of stuff (#200)
* stuff
* too much
* Torch commit
* torch again
Diffstat (limited to 'src/engine/fox_shapes.c')
| -rw-r--r-- | src/engine/fox_shapes.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/fox_shapes.c b/src/engine/fox_shapes.c index 9b13a370..f3be1210 100644 --- a/src/engine/fox_shapes.c +++ b/src/engine/fox_shapes.c @@ -120,7 +120,7 @@ Vtx D_Vtx_800D9950[] = { Gfx D_Gfx_800D9990[] = { // unused - gsDPSetPrimColor(0, 0, 0xFF, 0xFF, 0xFF, 0xFF), + gsDPSetPrimColor(0, 0, 255, 255, 255, 255), gsDPSetupTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 8, 8, 0, 0, G_TX_NOMIRROR | G_TX_CLAMP, G_TX_NOMIRROR | G_TX_CLAMP, 3, 3, G_TX_NOLOD, G_TX_NOLOD), gsDPLoadTileTexture(D_Tex_800D99F8, G_IM_FMT_RGBA, G_IM_SIZ_16b, 8, 8), |
