refactored viewproj matrix calcs a bit

This commit is contained in:
h4570
2020-12-12 14:12:30 +01:00
parent 8256efa7c8
commit 3dd51607f0
2 changed files with 5 additions and 6 deletions
@@ -41,7 +41,6 @@ private:
packet2_t *currPacket;
u8 context;
packet2_t *matricesPacket __attribute__((aligned(64)));
MATRIX localWorld, localScreen;
VECTOR position, rotation;
u32 vertCount;
};