Skip to content

Commit 1aedfad

Browse files
authored
Remove another trailing space
1 parent e732dfa commit 1aedfad

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
@@ -30,7 +30,7 @@ import './p5.Geometry';
3030
* `.mtl` files, p5.js will attempt to load and apply those materials.
3131
* To ensure that the `.obj` file reads the `.mtl` file correctly include the
3232
* `.mtl` file alongside it.
33-
*
33+
*
3434
* The first way to call `loadModel()` has three optional parameters after the
3535
* file path. The first optional parameter, `successCallback`, is a function
3636
* to call once the model loads. For example,

0 commit comments

Comments
 (0)