From ee32f5db5596a08240e065a81cf361b8718dc533 Mon Sep 17 00:00:00 2001 From: Max Roncace Date: Sun, 21 Dec 2025 13:52:34 -0500 Subject: d_a_vrbox2 matching (#2981) --- include/JSystem/J3DGraphBase/J3DMatBlock.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/JSystem/J3DGraphBase') 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; } -- cgit v1.2.3