jMonkeyEngine / sdk

The jMonkeyEngine3 Software Development Kit based on Netbeans
BSD 3-Clause "New" or "Revised" License
316 stars 103 forks source link

Issue 597 - Avoid duplicates in matdef list #602

Closed neph1 closed 7 months ago

neph1 commented 7 months ago

ProjectAssetManager gathers matdefs from all dependencies, so duplicates are expected. I first tried to convert it to a Set and back, but in the end, I think this is the simplest solution.

Fixes #597