not sure when that broke
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@4269 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
805a5dde16
commit
46d98508eb
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ void main ()
|
|||
vec4 col, sp;
|
||||
|
||||
#ifdef OFFSETMAPPING
|
||||
vec2 tcoffsetmap = offsetmap(s_t4, tcbase, eyevector);
|
||||
vec2 tcoffsetmap = offsetmap(s_t4, tc, eyevector);
|
||||
#define tc tcoffsetmap
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue