Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Purge unsed textures #224

Merged
merged 2 commits into from
Feb 2, 2024

Conversation

takahiro0327
Copy link
Collaborator

Bug fixes for #223 + alpha.
Please merge if it looks OK.

For professional ethics, I couldn't resist fixing O( N M ) to O(N + M).
N : TextureDictionary.Count
M: MaterialTexturePropertyList.Count

@ManlyMarco ManlyMarco merged commit 574f627 into IllusionMods:master Feb 2, 2024
@takahiro0327 takahiro0327 deleted the purge-unsed-textures branch February 3, 2024 14:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants