Fix compilation regressions on Clang

This commit is contained in:
2026-06-25 16:16:21 +02:00
parent 589125f625
commit 404cd450b3
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ public:
/// Gets the GPU shader object.
/// [Deprecated in v1.10]
/// </summary>
FORCE_INLINE DEPRECATED("Use GPU field directly.") GPUShader* GetShader() const
DEPRECATED("Use GPU field directly.") FORCE_INLINE GPUShader* GetShader() const
{
return GPU;
}
+1 -1
View File
@@ -3,7 +3,7 @@
#pragma once
#include "RendererPass.h"
#if USE_EDITOR
#if GPU_ENABLE_DEVELOPMENT
#include "Engine/Core/Collections/Dictionary.h"
#endif