1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-11-08 18:46:45 +00:00

Fix detailMapUV bug

This commit is contained in:
scrawl 2016-03-01 18:40:18 +01:00
parent 30d06bfe0e
commit 414c19f717

View file

@ -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