From 18cd7b657e4ccbe21ab46bc90b30df1ca0c47ae6 Mon Sep 17 00:00:00 2001 From: Wojtek Figat Date: Mon, 13 Jun 2022 23:57:19 +0200 Subject: [PATCH] Fix compilation error --- Source/Engine/Core/Types/CommonValue.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Engine/Core/Types/CommonValue.h b/Source/Engine/Core/Types/CommonValue.h index 790c1f210..1ceebce0b 100644 --- a/Source/Engine/Core/Types/CommonValue.h +++ b/Source/Engine/Core/Types/CommonValue.h @@ -632,7 +632,7 @@ public: /// Gets value as Vector4 (if can convert it) /// /// Value - FORCE_INLINE Vector4 GetVector4() const + FORCE_INLINE Float4 GetVector4() const { bool isValid; return GetVector4(isValid);