clouds are now excluded from texture warping
This commit is contained in:
parent
1fa7b2589b
commit
4b2043d657
2 changed files with 5 additions and 2 deletions
|
@ -24,8 +24,10 @@ void main() {
|
||||||
gl_Position = ftransform();
|
gl_Position = ftransform();
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef tWarp
|
#ifndef NO_TWARP
|
||||||
texture_warp();
|
#ifdef tWarp
|
||||||
|
texture_warp();
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef NON_WORLD
|
#ifndef NON_WORLD
|
||||||
|
|
|
@ -1,2 +1,3 @@
|
||||||
|
#define NO_TWARP
|
||||||
#define NON_WORLD
|
#define NON_WORLD
|
||||||
#include "/gbuffers_basic.vsh"
|
#include "/gbuffers_basic.vsh"
|
||||||
|
|
Loading…
Reference in a new issue