Some requested changes + fix build

This commit is contained in:
Arceveti
2021-10-03 11:37:44 -07:00
parent 51bced5d3c
commit d76ca3ac71
10 changed files with 57 additions and 67 deletions

View File

@@ -420,7 +420,6 @@ void geo_process_perspective(struct GraphNodePerspective *node) {
if (node->fnNode.node.children != NULL) {
u16 perspNorm;
f32 farClip = node->far;
f32 farClipDelta = farClip;
Mtx *mtx = alloc_display_list(sizeof(*mtx));
#ifdef WIDE
if (gConfig.widescreen && (gCurrLevelNum != 0x01)){