[julia] Don't clear the display, it causes problems

This commit is contained in:
Kevin Lange 2012-01-31 20:47:32 -06:00
parent 6f773cf407
commit ab5506b766

View File

@ -150,8 +150,6 @@ int main(int argc, char ** argv) {
printf("Y: %f %f\n", Miny, Maxy);
printf("conx: %f cony: %f\n", conx, cony);
printf("\033[J\n");
pixcorx = (Maxx - Minx) / GFX_W;
pixcory = (Maxy - Miny) / GFX_H;
int j = 0;