From 6c3fbb0edf316b42bed78b6b03b53ef3fe9630d4 Mon Sep 17 00:00:00 2001 From: Janine Liu Date: Mon, 25 Nov 2024 11:42:52 -0500 Subject: [PATCH] Fix typo --- Shaders/Private/CesiumPointAttenuationVertexFactory.ush | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Shaders/Private/CesiumPointAttenuationVertexFactory.ush b/Shaders/Private/CesiumPointAttenuationVertexFactory.ush index 6746ed36c..c48406820 100644 --- a/Shaders/Private/CesiumPointAttenuationVertexFactory.ush +++ b/Shaders/Private/CesiumPointAttenuationVertexFactory.ush @@ -5,7 +5,7 @@ =============================================================================*/ #ifndef ENGINE_VERSION_5_4_OR_HIGHER -#define ENGINE_VERSION_5_5_OR_HIGHER 0 +#define ENGINE_VERSION_5_4_OR_HIGHER 0 #endif #ifndef ENGINE_VERSION_5_5_OR_HIGHER