Skip to content

Commit

Permalink
feat: #86 Fix invert bg gles3 texture array
Browse files Browse the repository at this point in the history
  • Loading branch information
ducphamhong committed Aug 23, 2020
1 parent bdc5111 commit a5eafe8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Projects/Irrlicht/Source/COGLES3TextureArray.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@ namespace irr
images[i]->copyToScaling(Image[i]);
else
images[i]->copyTo(Image[i]);

Image[i]->swapBG();
}
}

Expand Down

0 comments on commit a5eafe8

Please sign in to comment.