[julia] Don't clear the display, it causes problems
This commit is contained in:
parent
6f773cf407
commit
ab5506b766
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user