#1162 improved opening loaded swf files

This commit is contained in:
Jindra Petřík
2016-02-20 09:23:29 +01:00
parent 17ed61aeab
commit f55bc7fca6
2 changed files with 47 additions and 2 deletions

View File

@@ -17,6 +17,10 @@
DebugConnection.writeLoaderBytes(bytes);
super.loadBytes(bytes,context);
}
public override function toString():String {
return "[object Loader]";
}
}
}