[DO NOT MERGE] Build fix.

Change-Id: I625b92d6e4e19aa903e1e1e483c4330e2b631ce3
This commit is contained in:
Sunny Goyal 2015-06-26 15:52:54 -07:00
parent c767689be7
commit 5aa2fe13b5
1 changed files with 1 additions and 1 deletions

View File

@ -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();