Skip to content

Commit 944d0d2

Browse files
committed
Clean up.
1 parent eaaf205 commit 944d0d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/textures/DataTexture.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ function DataTexture( data, width, height, format, type, mapping, wrapS, wrapT,
1414
this.magFilter = magFilter !== undefined ? magFilter : NearestFilter;
1515
this.minFilter = minFilter !== undefined ? minFilter : NearestFilter;
1616

17-
this.flipY = false;
1817
this.generateMipmaps = false;
18+
this.flipY = false;
1919
this.unpackAlignment = 1;
2020

2121
}

0 commit comments

Comments
 (0)