mirror of
https://github.com/ValveSoftware/source-sdk-2013.git
synced 2025-04-08 11:01:33 +00:00
Enabling shadow receiving on the view model
This commit is contained in:
parent
404d3b778a
commit
94a6551038
2 changed files with 2 additions and 2 deletions
|
@ -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?
|
||||
|
|
|
@ -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?
|
||||
|
|
Loading…
Reference in a new issue