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