We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82a0d94 commit ab1dcf9Copy full SHA for ab1dcf9
External/Plugins/FlashDebugger/Controls/DataTree/ValueNode.cs
@@ -37,7 +37,7 @@ public override string Value
37
{
38
string typeStr = m_Value.getTypeName().ToString();
39
// rename vector
40
- typeStr = typeStr.Replace("__AS3__.vec.Vector.<", "Vector.<");
+ typeStr = typeStr.Replace("__AS3__.vec::Vector.<", "Vector.<");
41
if (HideFullClasspath)
42
43
// return class type without classpath
0 commit comments