Added hint to some examples

This commit is contained in:
codeanticode
2012-03-20 14:36:53 +00:00
parent 9e71ae0f05
commit aff8f10446
2 changed files with 4 additions and 0 deletions
@@ -50,6 +50,8 @@ void draw() {
}
popMatrix();
hint(ENABLE_DEPTH_TEST);
fcount += 1;
int m = millis();
if (m - lastm > 1000 * fint) {
@@ -99,6 +99,8 @@ void draw() {
shape(grid);
popMatrix();
hint(ENABLE_DEPTH_TEST);
fcount += 1;
int m = millis();
if (m - lastm > 1000 * fint) {