Redraw on keypress, as apparently intended.

This commit is contained in:
Keith Whitwell
2005-01-06 17:12:56 +00:00
parent a2db56b34b
commit a61ee65910

View File

@@ -114,7 +114,7 @@ key(unsigned char k, int x, int y)
exit(0);
break;
default:
return;
break;
}
glutPostRedisplay();
}