mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-10 23:02:03 +00:00
Polymost: Set r_parallaxskypanning to 1 by default.
This enables sky panning, which allows the effect of CLOUDYSKIES to work properly. Patch from Fox. git-svn-id: https://svn.eduke32.com/eduke32@6521 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
ad83ca0188
commit
12c4d033f1
1 changed files with 1 additions and 1 deletions
|
@ -132,7 +132,7 @@ char ptempbuf[MAXWALLSB<<1];
|
|||
|
||||
// polymost ART sky control
|
||||
int32_t r_parallaxskyclamping = 1;
|
||||
int32_t r_parallaxskypanning = 0;
|
||||
int32_t r_parallaxskypanning = 1;
|
||||
|
||||
#define MIN_CACHETIME_PRINT 10
|
||||
|
||||
|
|
Loading…
Reference in a new issue