diff options
| author | fig02 <fig02srl@gmail.com> | 2020-09-05 09:45:10 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-09-05 09:45:10 -0400 |
| commit | bb1aacbd0b5cf2b4afd51da772c2ecf7a864e6d1 (patch) | |
| tree | 4c5285b433d8b9875b42f2c9c5d4a671fb56cdf9 /src/buffers | |
| parent | 612980f90cab73253f83e3f0f9d87bfb08af32e8 (diff) | |
z_lights.c OK (#343)
* rename some structs
* changes
* rename stuff and start a func
* progress
* progress
* progress
* remove unwanted file
* progress
* match last few funcs
* done, i think
* small changes
* match Lights_Draw (thanks krim)
* comments
* cleanup
* most pr suggestions
* name changes
* rename
Diffstat (limited to 'src/buffers')
| -rw-r--r-- | src/buffers/zbuffer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buffers/zbuffer.c b/src/buffers/zbuffer.c index b6dac33bd..49cf0d8d8 100644 --- a/src/buffers/zbuffer.c +++ b/src/buffers/zbuffer.c @@ -1,4 +1,4 @@ #include <z64.h> // 0x25800 bytes -u16 gZBuffer[SCREEN_WIDTH * SCREEN_HEIGHT]; +u16 gZBuffer[SCREEN_HEIGHT][SCREEN_WIDTH]; |
