Merge pull request #131 from z33ky/mb/targeted-projected_texture

Initialize all basis vectors for env_projectedtexture with target
This commit is contained in:
Blixibon 2021-06-29 14:31:05 -05:00 committed by GitHub
commit bb95574ad6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -283,6 +283,8 @@ void C_EnvProjectedTexture::UpdateLight( void )
// VectorNormalize( vRight );
// VectorNormalize( vUp );
VectorVectors( vForward, vRight, vUp );
}
}
else