File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ var _blockSizeTable = null;
77
77
* seam fixing shader code to look right. Defaults to false.
78
78
* @param {boolean } [options.flipY] - Specifies whether the texture should be flipped in the Y-direction. Only affects textures
79
79
* with a source that is an image, canvas or video element. Does not affect cubemaps, compressed textures or textures set from raw
80
- * pixel data. Defaults to true .
80
+ * pixel data. Defaults to false .
81
81
* @param {boolean } [options.premultiplyAlpha] - If true, the alpha channel of the texture (if present) is multiplied into the color
82
82
* channels. Defaults to false.
83
83
* @param {boolean } [options.compareOnRead] - When enabled, and if texture format is {@link PIXELFORMAT_DEPTH} or {@link PIXELFORMAT_DEPTHSTENCIL},
You can’t perform that action at this time.
0 commit comments