Mojo2: loading image / material never fails
Monkey Forums/Monkey Bug Reports/Mojo2: loading image / material never fails
| ||
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. |
| ||
Fixed in v84e. |