Enabling shadow receiving on the view model

This commit is contained in:
VXP 2016-09-07 02:12:50 +03:00
parent 404d3b778a
commit 94a6551038
2 changed files with 2 additions and 2 deletions

View file

@ -145,7 +145,7 @@ public:
// Should this object receive shadows?
virtual bool ShouldReceiveProjectedTextures( int flags )
{
return false;
return true;
}
// Add entity to visible view models list?

View file

@ -145,7 +145,7 @@ public:
// Should this object receive shadows?
virtual bool ShouldReceiveProjectedTextures( int flags )
{
return false;
return true;
}
// Add entity to visible view models list?