Accidentally mixed up a true and false statement for detecting if halos

need panorama clipping or regular clip, causing halos to not render
without panorama...
This commit is contained in:
Ton Roosendaal
2006-03-02 16:09:30 +00:00
parent 0caa0ddb82
commit 3d2aa2815d

View File

@@ -489,7 +489,7 @@ static int panotestclip(Render *re, int do_pano, float *v)
float abs4;
short c=0;
if(do_pano) return testclip(v);
if(do_pano==0) return testclip(v);
abs4= fabs(v[3]);