From 83c85cfa29589b59a67485c328188582cfb29dd5 Mon Sep 17 00:00:00 2001 From: GolfOcean334 <130740013+GolfOcean334@users.noreply.github.com> Date: Tue, 2 Apr 2024 13:03:22 +0200 Subject: [PATCH] t --- enginecustom/shadermanagerclass.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/enginecustom/shadermanagerclass.cpp b/enginecustom/shadermanagerclass.cpp index c469c17..4aed5f6 100644 --- a/enginecustom/shadermanagerclass.cpp +++ b/enginecustom/shadermanagerclass.cpp @@ -98,7 +98,7 @@ bool ShaderManagerClass::RenderTextureShader(ID3D11DeviceContext* deviceContext, bool ShaderManagerClass::RenderLightShader(ID3D11DeviceContext* deviceContext, int indexCount, XMMATRIX worldMatrix, XMMATRIX viewMatrix, XMMATRIX projectionMatrix, - ID3D11ShaderResourceView* texture, XMFLOAT4 lightDirection, XMFLOAT4 diffuseColor) + ID3D11ShaderResourceView* texture, XMFLOAT3 lightDirection, XMFLOAT4 diffuseColor) { bool result;