ModelCTM.retexture() fails to check if key is present in textures map
asiekierka opened this issue ยท 2 comments
Should probably use getOrDefault, or do a containsKey beforehand.
The requested value is null-checked, I don't see a problem. What issues are you experiencing with regard to this design?