
Cell texture resets in other addons
EliseyMartynov opened this issue · 0 comments
Hi!
I've got a problem with Cell texture when switching between different languages.
Steps:
- Select "Cell default" texture in some addone thats not Cell. For example, Shadow Unit Frames.
- Exit from game
- Switch language to another
- Enter game
- Texture in Shadow Unit Frames resets, because there is no "Cell default" anymore, but "Cell по умолчанию" if you switch to Russian
I've solved this by removing default postfix in texture registration here.
But to save backward compatibility we can just add one more line to register Cell texture without "default" postfix even though it's duplicate.
What would you say?