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

Commit 3d3f5f8c authored by John Reck's avatar John Reck Committed by Android (Google) Code Review
Browse files

Merge "Implement TODO" into lmp-dev

parents 526b6422 1661715d
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -110,8 +110,7 @@ void CanvasContext::updateSurface(ANativeWindow* window) {
}

void CanvasContext::pauseSurface(ANativeWindow* window) {
    // TODO: For now we just need a fence, in the future suspend any animations
    // and such to prevent from trying to render into this surface
    stopDrawing();
}

void CanvasContext::setup(int width, int height, const Vector3& lightCenter, float lightRadius,