mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-28 21:01:04 +00:00
Fix array overrun
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user