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

Commit 511afdd3 authored by Romain Guy's avatar Romain Guy Committed by Android (Google) Code Review
Browse files

Merge "Fix uninitialized variables in Caches.cpp Bug #8151401"

parents ed77dce8 c2a97213
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -89,6 +89,9 @@ void Caches::init() {

    mFunctorsCount = 0;

    debugLayersUpdates = false;
    debugOverdraw = false;

    mInitialized = true;
}