From ef64c9d683da494a16d92fc607d8e6ee868ede02 Mon Sep 17 00:00:00 2001 From: KeybadeBlox Date: Wed, 10 Dec 2025 22:49:03 -0500 Subject: [PATCH] Add g_matricesHead and g_matrices to MMatrix.cpp --- src/MMatrix.cpp | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/MMatrix.cpp b/src/MMatrix.cpp index 3826f4f..8f8c444 100644 --- a/src/MMatrix.cpp +++ b/src/MMatrix.cpp @@ -1,3 +1,10 @@ +// Address: 0x00264C04 +Mat4 * * g_matricesHead; + +// Address: 0x00264C08 +Mat4 * g_matrices[3]; + + // Address: 0x001BB690 // Matching: yes HRESULT __stdcall initMatrices(unsigned const count) {