diff options
| author | Max Roncace <me@caseif.net> | 2025-12-21 13:52:34 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-12-21 10:52:34 -0800 |
| commit | ee32f5db5596a08240e065a81cf361b8718dc533 (patch) | |
| tree | 92e39871f1d9a65269d682512f37ffabffa13d89 /include/JSystem/J3DGraphBase | |
| parent | 16a2980f5a2e6a9c00a05077eeab513f74fcff72 (diff) | |
d_a_vrbox2 matching (#2981)
Diffstat (limited to 'include/JSystem/J3DGraphBase')
| -rw-r--r-- | include/JSystem/J3DGraphBase/J3DMatBlock.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/JSystem/J3DGraphBase/J3DMatBlock.h b/include/JSystem/J3DGraphBase/J3DMatBlock.h index 256e95deb5..b403528a3c 100644 --- a/include/JSystem/J3DGraphBase/J3DMatBlock.h +++ b/include/JSystem/J3DGraphBase/J3DMatBlock.h @@ -1493,7 +1493,7 @@ struct J3DBlend : public J3DBlendInfo { struct J3DFog : public J3DFogInfo { J3DFog() { *(J3DFogInfo*)this = j3dDefaultFogInfo; } ~J3DFog() {} - J3DFogInfo* getFogInfo() { return this; } + J3DFog* getFogInfo() { return this; } void setFogInfo(J3DFogInfo info) { *(J3DFogInfo*)this = info; } void setFogInfo(const J3DFogInfo* info) { *(J3DFogInfo*)this = *info; } |
