Skip to content

Commit

Permalink
Merge pull request #131 from z33ky/mb/targeted-projected_texture
Browse files Browse the repository at this point in the history
Initialize all basis vectors for env_projectedtexture with target
  • Loading branch information
Blixibon authored Jun 29, 2021
2 parents 5bc783b + f6a750e commit bb95574
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sp/src/game/client/c_env_projectedtexture.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,8 @@ void C_EnvProjectedTexture::UpdateLight( void )

// VectorNormalize( vRight );
// VectorNormalize( vUp );

VectorVectors( vForward, vRight, vUp );
}
}
else
Expand Down

0 comments on commit bb95574

Please sign in to comment.