Fixing simulator builds.

Ugh. Stupid typo. Accidentally defined mat_store2() to mat_store2(). :(
This commit is contained in:
Falco Girgis
2025-04-26 11:36:49 -05:00
parent fc4a7e3791
commit 1f4dace511

View File

@@ -642,7 +642,7 @@ __hot inline void mat_apply_rotate_z(float z) {
# define pvr_fog_table_linear(s,e)
# else
# define mat_load2(a) mat_load(a)
# define mat_store2(a) mat_store2(a)
# define mat_store2(a) mat_store(a)
# define mat_identity2() mat_identity()
# endif