Skip to content

Commit

Permalink
Removed whitespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
nlisker committed Nov 8, 2023
1 parent ea7d66d commit 34e1d1a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,17 +80,17 @@ public Builder minFilterType(MinMagFilterType minFilterType) {
this.minFilterType = minFilterType;
return this;
}

public Builder magFilterType(MinMagFilterType magFilterType) {
this.magFilterType = magFilterType;
return this;
}

public Builder mipmapFilterType(MipmapFilterType mipmapFilterType) {
this.mipmapFilterType = mipmapFilterType;
return this;
}

public TextureData build() {
return new TextureData(minFilterType, magFilterType, mipmapFilterType);
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
public class NGPhongMaterial {

private static final Image WHITE_1X1 = Image.fromIntArgbPreData(new int[]{0xffffffff}, 1, 1);

/**
* A default TextureData to be used instead of null. It allows access to the default values of TextureData.
*/
Expand Down

0 comments on commit 34e1d1a

Please sign in to comment.