mirror of
https://github.com/HarbourMasters/Starship
synced 2026-06-28 03:23:04 -04: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