[Fix] Aha! Fixed rendering bug in planet atmosphere!

This commit is contained in:
Rtch90 2018-04-06 23:27:22 +01:00
parent 42a3a9b3d0
commit 13b1cf8518

View File

@ -800,10 +800,6 @@ static void _DrawAtmosphere(double rad1, double rad2, vector3d& pos, const float
r1 = rot*r1;
r2 = rot*r2;
}
glColor4fv(col);
glVertex3dv(&r1.x);
glColor4f(0,0,0,0);
glVertex3dv(&r2.x);
glEnd();
glEnable(GL_CULL_FACE);
glDisable(GL_BLEND);