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

Commit 3d745c03 authored by Romain Guy's avatar Romain Guy
Browse files

Fix the build before the bot yells at me.

Change-Id: Ice7fe02b684ad662262aae3cac7a48a835ebcad5
parent ba6be8a6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -247,7 +247,7 @@ void OpenGLRenderer::attachFunctor(Functor* functor) {

status_t OpenGLRenderer::invokeFunctors(Rect& dirty) {
    status_t result = DrawGlInfo::kStatusDone;
    size_t count = functors.size();
    size_t count = mFunctors.size();

    if (count > 0) {
        SortedVector<Functor*> functors(mFunctors);