diff --git a/renderdoc/replay/data_types.h b/renderdoc/replay/data_types.h index f2af0f97b..3bd04af71 100644 --- a/renderdoc/replay/data_types.h +++ b/renderdoc/replay/data_types.h @@ -152,7 +152,7 @@ struct FetchDrawcall parent = 0; previous = 0; next = 0; - for(int i=0; i < 10; i++) + for(int i=0; i < 8; i++) outputs[i] = ResourceId(); }