3D:: disabled backwall optimization in sphere

This commit is contained in:
Zeno Rogue 2019-05-15 09:37:49 +02:00
parent a7172eba42
commit e2ef8932fa
1 changed files with 1 additions and 0 deletions

View File

@ -4306,6 +4306,7 @@ int noclipped;
void make_clipping_planes() {
clipping_planes.clear();
if(sphere) return;
auto add_clipping_plane = [] (ld x1, ld y1, ld x2, ld y2) {
using namespace hyperpoint_vec;
ld z1 = 1, z2 = 1;