mirror of
https://github.com/brl/mutter.git
synced 2024-11-12 17:27:03 -05:00
matrix-stack: init cache->flipped
This ensures we initialize the value of cache->flipped in _cogl_matrix_entry_cache_init() Reviewed-by: Neil Roberts <neil@linux.intel.com> (cherry picked from commit 507814d27298231c9ae50d74b386fb00f0909922)
This commit is contained in:
parent
da9f5e6179
commit
6941ff2c71
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user