mirror of
https://gitlab.com/skmp/dca3-game.git
synced 2025-08-31 10:21:45 +02:00
Fixing simulator builds.
Ugh. Stupid typo. Accidentally defined mat_store2() to mat_store2(). :(
This commit is contained in:
2
vendor/librw/src/dc/rwdc_common.h
vendored
2
vendor/librw/src/dc/rwdc_common.h
vendored
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user