debug: disable-culling was disabling clipped redraws

there was a typo and the disable-culling option was actually disabling
clipped redraws.
This commit is contained in:
Robert Bragg 2010-11-10 18:27:00 +00:00
parent 694632ce95
commit 6f68bb3656

View File

@ -182,7 +182,7 @@ static const GDebugKey clutter_paint_debug_keys[] = {
{ "disable-clipped-redraws", CLUTTER_DEBUG_DISABLE_CLIPPED_REDRAWS },
{ "redraws", CLUTTER_DEBUG_REDRAWS },
{ "paint-volumes", CLUTTER_DEBUG_PAINT_VOLUMES },
{ "disable-culling", CLUTTER_DEBUG_DISABLE_CLIPPED_REDRAWS }
{ "disable-culling", CLUTTER_DEBUG_DISABLE_CULLING }
};
#ifdef CLUTTER_ENABLE_PROFILE