mirror of
https://github.com/TombEngine/TombEngine.git
synced 2025-04-28 15:57:59 +03:00
Fix blob shadows not showing
This commit is contained in:
parent
4a76487620
commit
f9f1f59eba
1 changed files with 1 additions and 1 deletions
|
@ -153,7 +153,7 @@ PixelShaderOutput PS(PixelShaderInput input)
|
||||||
lighting = pointLightShadow * isPointLight + spotLightShadow * isSpotLight;
|
lighting = pointLightShadow * isPointLight + spotLightShadow * isSpotLight;
|
||||||
}
|
}
|
||||||
|
|
||||||
DoBlobShadows(input.WorldPosition, lighting);
|
lighting = DoBlobShadows(input.WorldPosition, lighting);
|
||||||
|
|
||||||
for (int i = 0; i < NumRoomLights; i++)
|
for (int i = 0; i < NumRoomLights; i++)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue