fixed texture warp breaking world curvature
This commit is contained in:
parent
9597f3e525
commit
12fa2ccde8
1 changed files with 6 additions and 6 deletions
|
@ -24,16 +24,16 @@ void main() {
|
||||||
gl_Position = ftransform();
|
gl_Position = ftransform();
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef NO_TWARP
|
|
||||||
#ifdef tWarp
|
|
||||||
texture_warp();
|
|
||||||
#endif
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifndef NON_WORLD
|
#ifndef NON_WORLD
|
||||||
#if worldCurvature > 0
|
#if worldCurvature > 0
|
||||||
world_curvature();
|
world_curvature();
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifndef NO_TWARP
|
||||||
|
#ifdef tWarp
|
||||||
|
texture_warp();
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue