diff options
| author | TakaRikka <takarikka@outlook.com> | 2023-07-07 01:16:47 -0700 |
|---|---|---|
| committer | TakaRikka <takarikka@outlook.com> | 2023-07-07 01:16:47 -0700 |
| commit | 60b613ba4ee8cba5c90fde59853c6bf716890d33 (patch) | |
| tree | e07f54493e6cf70b2e5cf0cb2e8fee8951362f2e /include/JSystem | |
| parent | 2c8bfedbbae84d3e8a73a81099e7b33396a061af (diff) | |
d_a_warp_bug OK
Diffstat (limited to 'include/JSystem')
| -rw-r--r-- | include/JSystem/J3DGraphBase/J3DMaterial.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/JSystem/J3DGraphBase/J3DMaterial.h b/include/JSystem/J3DGraphBase/J3DMaterial.h index d3696d5a78..4ad02396d4 100644 --- a/include/JSystem/J3DGraphBase/J3DMaterial.h +++ b/include/JSystem/J3DGraphBase/J3DMaterial.h @@ -63,6 +63,7 @@ public: J3DNBTScale* getNBTScale() const { return mTexGenBlock->getNBTScale(); } u32 getTexNo(u32 idx) const { return mTevBlock->getTexNo(idx); } GXColor* getTevKColor(u32 param_0) { return mTevBlock->getTevKColor(param_0); } + GXColorS10* getTevColor(u32 param_0) { return mTevBlock->getTevColor(param_0); } J3DFog* getFog() { return mPEBlock->getFog(); } J3DTexMtx* getTexMtx(u32 idx) { return mTexGenBlock->getTexMtx(idx); } u16 getIndex() { return mIndex; } |
