summaryrefslogtreecommitdiff
path: root/src/JSystem/J3DGraphBase/J3DStruct.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/JSystem/J3DGraphBase/J3DStruct.cpp')
-rw-r--r--src/JSystem/J3DGraphBase/J3DStruct.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/JSystem/J3DGraphBase/J3DStruct.cpp b/src/JSystem/J3DGraphBase/J3DStruct.cpp
index 8ee47fc799..2e488b989a 100644
--- a/src/JSystem/J3DGraphBase/J3DStruct.cpp
+++ b/src/JSystem/J3DGraphBase/J3DStruct.cpp
@@ -61,7 +61,7 @@ J3DFogInfo& J3DFogInfo::operator=(J3DFogInfo const& param_0) {
mFarZ = param_0.mFarZ;
mColor = param_0.mColor;
for (int i = 0; i < 10; i++) {
- mFogAdjTable.fogVals[i] = param_0.mFogAdjTable.fogVals[i];
+ mFogAdjTable.r[i] = param_0.mFogAdjTable.r[i];
}
return *this;
}
@@ -72,4 +72,4 @@ J3DNBTScaleInfo& J3DNBTScaleInfo::operator=(J3DNBTScaleInfo const& param_0) {
mbHasScale = param_0.mbHasScale;
mScale = param_0.mScale;
return *this;
-} \ No newline at end of file
+}