mirror of
https://github.com/w23/xash3d-fwgs
synced 2024-12-04 16:00:22 +01:00
ref: gl: enable GL waves with r_ripple
This commit is contained in:
parent
6c0eed1b2b
commit
e481e1d73e
@ -790,9 +790,7 @@ void EmitWaterPolys( msurface_t *warp, qboolean reverse )
|
||||
if( !warp->polys ) return;
|
||||
|
||||
// set the current waveheight
|
||||
if( r_ripple.value )
|
||||
waveHeight = 0;
|
||||
else if( warp->polys->verts[0][2] >= RI.vieworg[2] )
|
||||
if( warp->polys->verts[0][2] >= RI.vieworg[2] )
|
||||
waveHeight = -RI.currententity->curstate.scale;
|
||||
else waveHeight = RI.currententity->curstate.scale;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user