forked from mirror/openmw-tes3mp
Fix detailMapUV bug
This commit is contained in:
parent
30d06bfe0e
commit
414c19f717
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ void main(void)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if @detailMap
|
#if @detailMap
|
||||||
detailMapUV = (gl_TextureMatrix[@detailMap] * gl_MultiTexCoord@detailMap).xy;
|
detailMapUV = (gl_TextureMatrix[@detailMapUV] * gl_MultiTexCoord@detailMapUV).xy;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if @emissiveMap
|
#if @emissiveMap
|
||||||
|
|
Loading…
Reference in a new issue