therevills
Results
2
comments of
therevills
_StripDir was used before your change in the ReadImage method of the diddyreader.monkey (and in the skn3reader.monkey): ` If node.HasAttribute(ATTR_IMAGE_SOURCE) Then rv.source = graphicsPath + _StripDir(node.GetAttribute(ATTR_IMAGE_SOURCE)) ` Yeah I'm not...
We'll have to test later... also just a small thing this code doesnt comply with Diddy's coding standards. Diddy uses "End" not "End If" (or it should in 99% of...