git.s-ol.nu forks/DiligentTools / 92ba772
GLTF Loader: fixed default alpha channel value of 3-component textures assiduous 2 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
16041604 DstPixel[0] = SrcPixel[0];
16051605 DstPixel[1] = SrcPixel[1];
16061606 DstPixel[2] = SrcPixel[2];
1607 DstPixel[3] = 1;
1607 DstPixel[3] = 255;
16081608 }
16091609 }
16101610 }