]> git.xonotic.org Git - xonotic/darkplaces.git/commit
found out why the water plane issue happend: namely, when a water plane is backface...
authordivverent <divverent@d7cf8633-e32d-0410-b094-e92efae38249>
Tue, 14 Dec 2010 17:57:32 +0000 (17:57 +0000)
committerRudolf Polzer <divverent@alientrap.org>
Tue, 14 Dec 2010 18:46:59 +0000 (19:46 +0100)
commit761bababf54d213a185af82c2c84390defe7900d
treeeeae3d0415cc131754690e35d258a6ecc30d8688
parent842afa2d933b0eddaffc66e97dea63cb844119e1
found out why the water plane issue happend: namely, when a water plane is backface culled, R_Water_FindPlane may not find ANY plane. Remove the print, ignore the damage it causes (as the damage only consists of some additional tris being rendered that should not, but instead less batches).

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@10662 d7cf8633-e32d-0410-b094-e92efae38249
::stable-branch::merge=7ada10412116cc9625c5191a00fbda7f2c701b0c
gl_rmain.c