In some PC's (not mine) forced grid casued an infinate loop. - commenting until more is discovered.

This commit is contained in:
Campbell Barton
2006-01-31 12:13:53 +00:00
parent 3a22871f41
commit e53bb5b342

View File

@@ -942,7 +942,8 @@ void drawseqspace(ScrArea *sa, void *spacedata)
}
glEnd();*/
/* Force grid lines instead */
/* Force grid lines instead - Hangs on andys pc... will look at later */
/*
glBegin(GL_LINES);
while (i<G.v2d->cur.ymax) {
BIF_ThemeColorShade(TH_BACK, -40);
@@ -951,7 +952,7 @@ void drawseqspace(ScrArea *sa, void *spacedata)
i+=1.0;
}
glEnd();
*/
draw_ipogrid();
draw_cfra_seq();