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

Commit b3c61e7d authored by Romain Guy's avatar Romain Guy
Browse files

Fix the build

parent c5ea4392
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -203,7 +203,7 @@ public class RenderScript {
    ///////////////////////////////////////////////////////////////////////////////////
    //

    RenderScript(Surface sur) {
    public RenderScript(Surface sur) {
        mSurface = sur;
        mDev = nDeviceCreate();
        mContext = nContextCreate(mDev, mSurface, 0);