Skip to content

Commit

Permalink
Merge pull request mapbase-source#131 from z33ky/mb/targeted-projecte…
Browse files Browse the repository at this point in the history
…d_texture

Initialize all basis vectors for env_projectedtexture with target
  • Loading branch information
Blixibon authored Jun 29, 2021
2 parents 44d7139 + 314bc4a commit ee0279f
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 ee0279f

Please sign in to comment.