Skip to content

Commit e732dfa

Browse files
authored
Remove trailing space
1 parent 4d9a9d3 commit e732dfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/webgl/loading.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ import './p5.Geometry';
2828
*
2929
* Note: When loading a `.obj` file that references materials stored in
3030
* `.mtl` files, p5.js will attempt to load and apply those materials.
31-
* To ensure that the `.obj` file reads the `.mtl` file correctly include the
31+
* To ensure that the `.obj` file reads the `.mtl` file correctly include the
3232
* `.mtl` file alongside it.
3333
*
3434
* The first way to call `loadModel()` has three optional parameters after the

0 commit comments

Comments
 (0)