We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27ffa90 commit 58f0999Copy full SHA for 58f0999
graphics/gx/triangle/source/triangle.c
@@ -29,7 +29,7 @@ static void copy_buffers(u32 unused);
29
30
int main(void) {
31
Mtx view;
32
- Mtx projection;
+ Mtx44 projection;
33
GXColor backgroundColor = {0, 0, 0, 255};
34
void *fifoBuffer = NULL;
35
0 commit comments