diff --git a/p3.html b/p3.html index 588d95d..40db7d5 100644 --- a/p3.html +++ b/p3.html @@ -71,7 +71,7 @@

Detecting Support

gl.clearColor(0, 1, 0, 1); } else { console.log('Color space support is NOT present'); - gl.clearColor(0, 1, 0, 1); + gl.clearColor(1, 0, 0, 1); } gl.clear(gl.COLOR_BUFFER_BIT);