diff --git a/PBR/interface/GLTF_PBR_Renderer.hpp b/PBR/interface/GLTF_PBR_Renderer.hpp index d7bab3d8..7d343f9e 100644 --- a/PBR/interface/GLTF_PBR_Renderer.hpp +++ b/PBR/interface/GLTF_PBR_Renderer.hpp @@ -253,8 +253,8 @@ class GLTF_PBR_Renderer : public PBR_Renderer PSO_FLAGS PSOFlags = PSO_FLAG_NONE; const float4x4* NodeMatrix = nullptr; const float4x4* PrevNodeMatrix = nullptr; // #if COMPUTE_MOTION_VECTORS - const Uint32 JointCount = 0; - const Uint32 FirstJoint = 0; + Uint32 JointCount = 0; + Uint32 FirstJoint = 0; const float3* PosScale = nullptr; const float3* PosBias = nullptr; const float4x4* SkinPreTransform = nullptr; // #if USE_JOINTS && USE_SKIN_PRE_TRANSFORM