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

Commit 5b4f8f90 authored by Stephen Hines's avatar Stephen Hines
Browse files

Convert one more bind() -> setVar().

Bug: 7318821
Change-Id: I215c70a99c81e560a73412b2263fed39a0fdae03
parent a3d5b688
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -41,7 +41,7 @@ public final class ScriptIntrinsicLUT extends ScriptIntrinsic {
            mCache[ct + 512] = (byte)ct;
            mCache[ct + 768] = (byte)ct;
        }
        bindAllocation(mTables, 0);
        setVar(0, mTables);
    }

    /**