diff --git a/gsk/gpu/gskgpudevice.c b/gsk/gpu/gskgpudevice.c index fa88201d21..b2461071b4 100644 --- a/gsk/gpu/gskgpudevice.c +++ b/gsk/gpu/gskgpudevice.c @@ -399,7 +399,9 @@ print_cache_stats (GskGpuDevice *self) stale_glyphs++; } else if (cached->class == &GSK_GPU_CACHED_TEXTURE_CLASS) - textures++; + { + textures++; + } else if (cached->class == &GSK_GPU_CACHED_ATLAS_CLASS) { double ratio;