Skip to content

Commit 2115f35

Browse files
committed
Rename test case that I copy and pasted too quickly :')
1 parent c287d05 commit 2115f35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/webgl/p5.RendererGL.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1015,7 +1015,7 @@ suite('p5.RendererGL', function() {
10151015
done();
10161016
});
10171017

1018-
test('TESS interpolates vertex data perpendicular to the camera', function(done) {
1018+
test('TESS handles vertex data perpendicular to the camera', function(done) {
10191019
var renderer = myp5.createCanvas(10, 10, myp5.WEBGL);
10201020

10211021
myp5.textureMode(myp5.NORMAL);

0 commit comments

Comments
 (0)