diff --git a/Runtime/GuiSys/CCompoundTargetReticle.cpp b/Runtime/GuiSys/CCompoundTargetReticle.cpp index 16ac466a8..4d2e11cd5 100644 --- a/Runtime/GuiSys/CCompoundTargetReticle.cpp +++ b/Runtime/GuiSys/CCompoundTargetReticle.cpp @@ -21,7 +21,7 @@ constexpr char skChargeGaugeAssetName[] = "CMDL_ChargeGauge"; constexpr char skChargeBeamTickAssetName[] = "CMDL_ChargeTickFirst"; constexpr char skOuterBeamIconSquareNameBase[] = "CMDL_BeamSquare"; constexpr char skInnerBeamIconName[] = "CMDL_InnerBeamIcon"; -constexpr char skLockFireAssetName[] = "CMDL_LockFIre"; +constexpr char skLockFireAssetName[] = "CMDL_LockFire"; constexpr char skLockDaggerAssetName[] = "CMDL_LockDagger0"; constexpr char skGrappleReticleAssetName[] = "CMDL_Grapple"; constexpr char skXRayRingModelName[] = "CMDL_XRayRetRing";