Skip to content

Commit ffca100

Browse files
committed
fix: texture jsdoc linting alignment
1 parent 9e0dd85 commit ffca100

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vgl/texture.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ vgl.texture = function () {
163163
* width: width of the texture
164164
* height: height of the texture
165165
* @returns {boolean}
166-
*/
166+
*/
167167
this.setTexture = function (texture) {
168168
if (texture !== null) {
169169
this.m_texture = texture;

0 commit comments

Comments
 (0)