mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-04 17:10:47 +00:00
Crash fix
This commit is contained in:
@@ -2218,6 +2218,9 @@ namespace renderdocui.Windows
|
||||
|
||||
i += (int)el.format.compCount;
|
||||
|
||||
if(i > grid.ColumnCount)
|
||||
break;
|
||||
|
||||
Rectangle stringBounds = Rectangle.Empty;
|
||||
for (int f = baseCol; f < i; f++)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user