Skip to content

Commit 58f0999

Browse files
committed
use correct matrix type for perspective
1 parent 27ffa90 commit 58f0999

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graphics/gx/triangle/source/triangle.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ static void copy_buffers(u32 unused);
2929

3030
int main(void) {
3131
Mtx view;
32-
Mtx projection;
32+
Mtx44 projection;
3333
GXColor backgroundColor = {0, 0, 0, 255};
3434
void *fifoBuffer = NULL;
3535

0 commit comments

Comments
 (0)