Niilo007

Results 12 issues of Niilo007

## **IMPORTANT:** **Please first search existing bugs to ensure you are not creating a duplicate bug report!** **Make sure you have the latest version of Rimworld!** ### **Describe the bug**...

Bug
Reproducible
Accepted For Testing
Mod Incompatibility
Confirmed
Author Notified
RT 2.5.16
RW 1.3.3159

This line (171) will throw a key not found exception on the next pixel after the `backgroundColorInt` is removed from `colorCounts` ```csharp colorCounts[backgroundColorInt]--; if (colorCounts[backgroundColorInt] == 0) { colorCounts.Remove(backgroundColorInt); }...