mirror of
https://github.com/space-wizards/RobustToolbox.git
synced 2026-09-15 23:02:34 +02:00
* Fix ResPath CanonPath Apparently this is supposed to standardise to / but this isn't always the case. Alternatively we could just assert for performance reasons I'm good with either. The comment as written says this should happen. * Fixes * change * assert * Fix bad respath input * Buffer * Merge conflicts * review * Fix