script: Missed break for creating unbounded recording surfaces.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
This commit is contained in:
Chris Wilson 2011-08-14 12:31:12 +01:00
parent 0c6b892ce3
commit 2c885a2753

View file

@ -6085,6 +6085,7 @@ _record (csi_t *ctx)
switch (array->stack.len) {
case 0:
r = NULL;
break;
case 2:
extents.x = extents.y = 0;
extents.width = _csi_object_as_real (&array->stack.objects[0]);