diff options
Diffstat (limited to 'include/JSystem/J3DGraphBase')
| -rw-r--r-- | include/JSystem/J3DGraphBase/J3DMatBlock.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/JSystem/J3DGraphBase/J3DMatBlock.h b/include/JSystem/J3DGraphBase/J3DMatBlock.h index 6e6d20ef13..6d382dea8e 100644 --- a/include/JSystem/J3DGraphBase/J3DMatBlock.h +++ b/include/JSystem/J3DGraphBase/J3DMatBlock.h @@ -699,6 +699,7 @@ struct J3DBlend : public J3DBlendInfo { J3DBlend(J3DBlendInfo const& info) : J3DBlendInfo(info) {} void setType(u8 i_type) { mType = i_type; } + void setSrcFactor(u8 i_factor) { mSrcFactor = i_factor; } void setDstFactor(u8 i_factor) { mDstFactor = i_factor; } GXBlendMode getBlendMode() const { return (GXBlendMode)mType; } |
