Browse Source
Some accessors should be const: * IsFlipped * GetRoundRectRadiusRatio Returning a objects by value as const in these cases is not helpful, as all it does is prevent the caller moving from the return value, it just forces a copy. Some of thse functions come from base class overrides, those haven't been changed. * ShapePos * GetPadName * GetPackedPadNamepull/3/merge
committed by
Chris Pavlina
2 changed files with 8 additions and 8 deletions
Loading…
Reference in new issue