Original reporter & ticket id
Polyfrost/REDACTION#34
Category
API
Bug description
PolyColor constants are shared mutable singletons, meaning if you use the same constant (e.g. PolyColor.WHITE) as the default value for multiple config options, changing one of them changes all of them (changes take effect after closing the OneConfig GUI).
Steps to reproduce
- Launch a client with REDACTION 2.0.0 (not 2.0.1+)
- Open the config
- Change Snow Color or Line Color
- Close the config
- Reopen the config
- Observe how both have changed to the same color
Anything else?
No response
Original reporter & ticket id
Polyfrost/REDACTION#34
Category
API
Bug description
PolyColorconstants are shared mutable singletons, meaning if you use the same constant (e.g.PolyColor.WHITE) as the default value for multiple config options, changing one of them changes all of them (changes take effect after closing the OneConfig GUI).Steps to reproduce
Anything else?
No response