bryanedds / Nu

Repository hosting the open-source Nu Game Engine and related projects.
MIT License
1.05k stars 151 forks source link

Last two parameters in swapped order in AssetDescriptor cases. #812

Open bryanedds opened 1 month ago

bryanedds commented 1 month ago

Last two parameters in swapped order in AssetDescriptor cases.

I think -

[Assets Assets/Default [bmp png psd] [Render2d] [PsdToPng]]

should be -

[Assets Assets/Default [bmp png psd] [PsdToPng] [Render2d]]

However, this implies a lot of breakage so if we swap these it will have to be in a non-minor version release.

Classified as design bug.