Skip to content

Commit 85e2dbe

Browse files
committed
Set traits in PointCSArray (C# points array) loader.
1 parent 67ebe47 commit 85e2dbe

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Visual_Studio_2015/GraphicalDebugging/ExpressionLoader.cs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2572,6 +2572,10 @@ public override void Load(Loaders loaders, MemoryReader mreader,
25722572
if (pointLoader == null)
25732573
return;
25742574

2575+
traits = pointLoader.LoadTraits(pointType);
2576+
if (traits == null)
2577+
return;
2578+
25752579
if (mreader != null)
25762580
{
25772581
result = LoadMemory(mreader, name, type,

0 commit comments

Comments
 (0)