RenolY2 / SuperBMD

A library to import and export various 3D model formats into the Binary Model (BMD) format. (Nintendo GC/Wii)
37 stars 10 forks source link

Incorrect message is displayed when SuperBMD is locating textures. #49

Open gayfrogog opened 1 year ago

gayfrogog commented 1 year ago

The first texture is always loaded with the correct message, however subsequent textures include an extra line indicating that the texture could not be found. Textures that are being found are labelled as unable to be found, despite SuperBMD clearly being able to locate them as those textures are then used in the BMD files exported.

Correct:

Searching for CheckerEnvTex.
 - CheckerEnvTex Format set to IA8

Incorrect:

No texture with the name CheckerEnvTex was found.
Searching for CheckerEnvTex.
 - CheckerEnvTex Format set to IA8