Mojo2: loading image / material never fails

Monkey Forums/Monkey Bug Reports/Mojo2: loading image / material never fails

Skn3(Posted 2015) [#1]
Just noticed in the source of mojo2 that loading an image / material will never fail.

Load function from Image class:


Load function from Material:


So image relies on material returning null for invalid image. Material.Load() always returns the material object even if it failed to load.


marksibly(Posted 2015) [#2]
Fixed in v84e.