Skip to content

Commit 784665d

Browse files
committed
Changing URL which was leading to somewhere else
1 parent b9cdbd7 commit 784665d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/webgl/p5.RendererGL.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2537,7 +2537,7 @@ p5.RendererGL = class RendererGL extends p5.Renderer {
25372537
p5.prototype._assert3d = function (name) {
25382538
if (!this._renderer.isP3D)
25392539
throw new Error(
2540-
`${name}() is only supported in WEBGL mode. If you'd like to use 3D graphics and WebGL, see https://p5js.org/examples/form-3d-primitives.html for more information.`
2540+
`${name}() is only supported in WEBGL mode. If you'd like to use 3D graphics and WebGL, see https://p5js.org/examples/3d-geometries/ for more information.`
25412541
);
25422542
};
25432543

0 commit comments

Comments
 (0)