Remove a newline printf, probably left over from development.

Modified Files:
	dome.cxx
This commit is contained in:
frohlich
2009-04-12 08:05:14 +00:00
committed by Tim Moore
parent 8537cc9edf
commit 8f24d924ee

View File

@@ -290,7 +290,6 @@ SGSkyDome::repaint( const SGVec3f& sun_color, const SGVec3f& sky_color,
outer_amt -= outer_diff;
middle_amt -= middle_diff;
}
printf("\n");
for (int i = halfBands+1; i < numBands; ++i)
for (int j = 0; j < 5; ++j)