Skip to content

Commit 10a7333

Browse files
authored
Merge branch 'main' into all-contributors/add-skools-here
2 parents bdec6c2 + 509d2b9 commit 10a7333

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

.all-contributorsrc

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7010,6 +7010,15 @@
70107010
"contributions": [
70117011
"code"
70127012
]
7013+
},
7014+
{
7015+
"login": "mudit06mah",
7016+
"name": "Mudit Maheshwari",
7017+
"avatar_url": "https://avatars.githubusercontent.com/u/140621191?v=4",
7018+
"profile": "https://leetcode.com/u/mudit_mah/",
7019+
"contributions": [
7020+
"doc"
7021+
]
70137022
}
70147023
],
70157024
"repoType": "github",

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1164,6 +1164,7 @@ We recognize all types of contributions. This project follows the [all-contribut
11641164
<td align="center" valign="top" width="16.66%"><a href="https://github.com/madhav2348"><img src="https://avatars.githubusercontent.com/u/161720210?v=4?s=64" width="64px;" alt="Madhav Majumdar"/><br /><sub><b>Madhav Majumdar</b></sub></a><br /><a href="https://github.com/processing/p5.js/commits?author=madhav2348" title="Code">💻</a></td>
11651165
<td align="center" valign="top" width="16.66%"><a href="https://github.com/nking07049925"><img src="https://avatars.githubusercontent.com/u/11886663?v=4?s=64" width="64px;" alt="Nikita Korol"/><br /><sub><b>Nikita Korol</b></sub></a><br /><a href="https://github.com/processing/p5.js/commits?author=nking07049925" title="Code">💻</a></td>
11661166
<td align="center" valign="top" width="16.66%"><a href="https://github.com/skools-here"><img src="https://avatars.githubusercontent.com/u/174816600?v=4?s=64" width="64px;" alt="skools-here"/><br /><sub><b>skools-here</b></sub></a><br /><a href="https://github.com/processing/p5.js/commits?author=skools-here" title="Code">💻</a></td>
1167+
<td align="center" valign="top" width="16.66%"><a href="https://leetcode.com/u/mudit_mah/"><img src="https://avatars.githubusercontent.com/u/140621191?v=4?s=64" width="64px;" alt="Mudit Maheshwari"/><br /><sub><b>Mudit Maheshwari</b></sub></a><br /><a href="https://github.com/processing/p5.js/commits?author=mudit06mah" title="Documentation">📖</a></td>
11671168
</tr>
11681169
</tbody>
11691170
</table>

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)