Skip to content

Commit

Permalink
Fixed another bug caught by @lexaknyazev.
Browse files Browse the repository at this point in the history
  • Loading branch information
kenrussell committed Jul 6, 2023
1 parent d252925 commit 922b0a0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
if (!gl) {
testFailed("WebGL2 context does not exist");
finishTest();
return;
}

debug("\nCheck the behavior surrounding WEBGL_shader_pixel_local_storage being enabled.");
Expand Down

0 comments on commit 922b0a0

Please sign in to comment.