mirror of
https://github.com/izzy2lost/Starship.git
synced 2026-07-05 15:19:42 -07:00
fix crash when interpolation enabled on linux
This commit is contained in:
@@ -32,8 +32,8 @@ Matrix* gGfxMatrix;
|
||||
Matrix sGfxMatrixStack[0x1000];
|
||||
Matrix* gCalcMatrix;
|
||||
Matrix sCalcMatrixStack[0x1000];
|
||||
Matrix* gInterpolationMatrix;
|
||||
Matrix sInterpolationMatrixStack[0x1000];
|
||||
Matrix* gInterpolationMatrix = &sInterpolationMatrixStack[0];
|
||||
|
||||
// Copies src Matrix into dst
|
||||
void Matrix_Copy(Matrix* dst, Matrix* src) {
|
||||
|
||||
Reference in New Issue
Block a user