[DO NOT MERGE] Build fix.
Change-Id: I625b92d6e4e19aa903e1e1e483c4330e2b631ce3
This commit is contained in:
parent
c767689be7
commit
5aa2fe13b5
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue