diff --git a/cogl/cogl-matrix-stack.c b/cogl/cogl-matrix-stack.c index de3143d8e..907bd6644 100644 --- a/cogl/cogl-matrix-stack.c +++ b/cogl/cogl-matrix-stack.c @@ -1134,6 +1134,7 @@ _cogl_matrix_entry_cache_init (CoglMatrixEntryCache *cache) { cache->entry = NULL; cache->flushed_identity = FALSE; + cache->flipped = FALSE; } /* NB: This function can report false negatives since it never does a