summaryrefslogtreecommitdiff
path: root/src/sys/sys_main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/sys/sys_main.c')
-rw-r--r--src/sys/sys_main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sys/sys_main.c b/src/sys/sys_main.c
index c9ef82f0..5f382966 100644
--- a/src/sys/sys_main.c
+++ b/src/sys/sys_main.c
@@ -168,6 +168,7 @@ void Graphics_InitializeTask(u32 frameCount) {
gGfxMatrix = &sGfxMatrixStack[0];
gCalcMatrix = &sCalcMatrixStack[0];
+ gInterpolationMatrix = &sInterpolationMatrixStack[0];
D_80178710 = &D_80178580[0];
}