mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-08-02 08:11:58 -04:00
Fix a bunch of compiler warnings and document several more bugs (#3130)
This commit is contained in:
@@ -71,11 +71,11 @@ static void mDoExt_setJ3DData(Mtx mtx, const J3DTransformInfo* transformInfo, u1
|
||||
*mtx_p++ *= sp0C.x;
|
||||
*mtx_p++ *= sp0C.x;
|
||||
*mtx_p++ *= sp0C.x;
|
||||
*mtx_p++;
|
||||
UNUSED(*mtx_p++);
|
||||
*mtx_p++ *= sp0C.y;
|
||||
*mtx_p++ *= sp0C.y;
|
||||
*mtx_p++ *= sp0C.y;
|
||||
*mtx_p++;
|
||||
UNUSED(*mtx_p++);
|
||||
*mtx_p++ *= sp0C.z;
|
||||
*mtx_p++ *= sp0C.z;
|
||||
*mtx_p++ *= sp0C.z;
|
||||
|
||||
Reference in New Issue
Block a user