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