mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-18 10:18:20 +00:00
[DO NOT MERGE] Build fix.
Change-Id: I625b92d6e4e19aa903e1e1e483c4330e2b631ce3
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user