diff options
| author | robojumper <robojumper@gmail.com> | 2025-04-27 17:15:42 +0200 |
|---|---|---|
| committer | robojumper <robojumper@gmail.com> | 2025-04-27 17:15:42 +0200 |
| commit | 67c8c4f68bf58b03bbe3c1139e29fdadef64988b (patch) | |
| tree | 79b3beed8b8c04595f4ade02a1b3df9f2453252c /include/JSystem | |
| parent | f6b74534a3fe5d92131d22c38a92fc3d1cd21567 (diff) | |
Small improvements
Diffstat (limited to 'include/JSystem')
| -rw-r--r-- | include/JSystem/JParticle/JPABaseShape.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/JSystem/JParticle/JPABaseShape.h b/include/JSystem/JParticle/JPABaseShape.h index de68f2b7..66ec3fa9 100644 --- a/include/JSystem/JParticle/JPABaseShape.h +++ b/include/JSystem/JParticle/JPABaseShape.h @@ -56,7 +56,7 @@ public: JPABaseShape(u8 const*, EGG::Heap*); void setGX(JPAEmitterWorkData*) const; - static GXBlendMode st_bm[3]; + static GXBlendMode st_bm[4]; static GXBlendFactor st_bf[10]; static GXLogicOp st_lo[16]; static GXCompare st_c[8]; |
