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

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

Fix uninitialized variables in Caches.cpp

Bug #8151401

Change-Id: I221f93de0f1981974f82a094297836dd3fe418bc
parent 3c099c42
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;
}