mirror of
https://github.com/ValveSoftware/source-sdk-2013.git
synced 2026-01-25 08:42:36 +01:00
fix miniguns spinning very slowly in third-person
fixes a bug introduced by ValveSoftware/source-sdk-2013/pull/845
This commit is contained in:
@@ -1095,7 +1095,7 @@ void CTFMinigun::StandardBlendingRules( CStudioHdr *hdr, Vector pos[], Quaternio
|
||||
//-----------------------------------------------------------------------------
|
||||
void CTFMinigun::UpdateBarrelMovement()
|
||||
{
|
||||
if ( !prediction->IsFirstTimePredicted() )
|
||||
if ( prediction->InPrediction() && !prediction->IsFirstTimePredicted() )
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user