Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5aa2fe13 authored by Sunny Goyal's avatar Sunny Goyal
Browse files

[DO NOT MERGE] Build fix.

Change-Id: I625b92d6e4e19aa903e1e1e483c4330e2b631ce3
parent c767689b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -219,7 +219,7 @@ public abstract class UploadedTexture extends BasicTexture {
                int texWidth = getTextureWidth();
                int texHeight = getTextureHeight();

                assertTrue(bWidth <= texWidth && bHeight <= texHeight);
                Utils.assertTrue(bWidth <= texWidth && bHeight <= texHeight);

                // Upload the bitmap to a new texture.
                mId = canvas.getGLId().generateTexture();