Skip to content

Commit ab1dcf9

Browse files
hector.espesohector.espeso
authored andcommitted
Fixed Vector replacing.
1 parent 82a0d94 commit ab1dcf9

File tree

1 file changed

+1
-1
lines changed
  • External/Plugins/FlashDebugger/Controls/DataTree

1 file changed

+1
-1
lines changed

External/Plugins/FlashDebugger/Controls/DataTree/ValueNode.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public override string Value
3737
{
3838
string typeStr = m_Value.getTypeName().ToString();
3939
// rename vector
40-
typeStr = typeStr.Replace("__AS3__.vec.Vector.<", "Vector.<");
40+
typeStr = typeStr.Replace("__AS3__.vec::Vector.<", "Vector.<");
4141
if (HideFullClasspath)
4242
{
4343
// return class type without classpath

0 commit comments

Comments
 (0)