Skip to content

Commit

Permalink
Update Uniform.js
Browse files Browse the repository at this point in the history
Clean up.
  • Loading branch information
Mugen87 authored Jan 21, 2025
1 parent a29701d commit 458ab3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/renderers/common/Uniform.js
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ class ColorUniform extends Uniform {
}

/**
* Represents a Matrix3 uniform.
* Represents a Matrix2 uniform.
*
* @private
* @augments Uniform
Expand All @@ -269,7 +269,7 @@ class Matrix2Uniform extends Uniform {
* Constructs a new Number uniform.
*
* @param {String} name - The uniform's name.
* @param {Matrix3} value - The uniform's value.
* @param {Matrix2} value - The uniform's value.
*/
constructor( name, value = new Matrix2() ) {

Expand Down

0 comments on commit 458ab3b

Please sign in to comment.