]> git.xonotic.org Git - xonotic/darkplaces.git/commit
Disable combining of surfaces in R_PolygonBegin, it makes assumptions that break...
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Wed, 22 Jan 2020 07:21:11 +0000 (07:21 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Wed, 22 Jan 2020 07:21:11 +0000 (07:21 +0000)
commit1890125248366989ff299dfca7f36e55d95bb0d2
tree7bf33a5aebf65a8da3c1e62315ee37b2ad7a1783
parent6f10cbc0e758254cc200332fd61f96d7cc972a48
Disable combining of surfaces in R_PolygonBegin, it makes assumptions that break things, and the underlying surface draw will still combine these for us (albeit more slowly).

Thanks to Cloudwalk for the tip, and divVerent and others for debugging in depth.

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@12502 d7cf8633-e32d-0410-b094-e92efae38249
clvm_cmds.c