summaryrefslogtreecommitdiffstats
path: root/src/Runtime/Source/runtimerender/Qt3DSDistanceFieldRenderer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Runtime/Source/runtimerender/Qt3DSDistanceFieldRenderer.cpp')
-rw-r--r--src/Runtime/Source/runtimerender/Qt3DSDistanceFieldRenderer.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Runtime/Source/runtimerender/Qt3DSDistanceFieldRenderer.cpp b/src/Runtime/Source/runtimerender/Qt3DSDistanceFieldRenderer.cpp
index 21a090a8..960e0a2f 100644
--- a/src/Runtime/Source/runtimerender/Qt3DSDistanceFieldRenderer.cpp
+++ b/src/Runtime/Source/runtimerender/Qt3DSDistanceFieldRenderer.cpp
@@ -864,8 +864,6 @@ size_t getTextHashValue(const SText &text)
hashCombine(hashValue, text.m_DropShadowStrength);
hashCombine(hashValue, text.m_VerticalAlignment);
hashCombine(hashValue, text.m_HorizontalAlignment);
- hashCombine(hashValue, text.m_DropShadowVerticalAlignment);
- hashCombine(hashValue, text.m_DropShadowHorizontalAlignment);
return hashValue;
}