summaryrefslogtreecommitdiff
path: root/include/JSystem/J3DGraphBase
diff options
context:
space:
mode:
authorMax Roncace <me@caseif.net>2025-06-06 01:16:44 -0400
committerGitHub <noreply@github.com>2025-06-06 08:16:44 +0300
commit23bee3b523bd11c6195a2d398e026fe5f693abb0 (patch)
treed4cdb4f0bbc1c62034df6e4a63c97718dc9e7d80 /include/JSystem/J3DGraphBase
parent357de95e41746f1719ebc57bfd3e10007b168b5c (diff)
d_a_e_dk matching (#2476)
Diffstat (limited to 'include/JSystem/J3DGraphBase')
-rw-r--r--include/JSystem/J3DGraphBase/J3DMatBlock.h1
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; }