Skip to content

Fixed cameras making people naked, probably broke something else in the process but maybe not

Rob Nelson requested to merge pull/11349/fuuuuuuuuuuuuuuuuuuuck into Bleeding-Edge

Created by: 9600bauds

HERE IS THE PROBLEM EXPLAINED Before, humans used to just have one overlay for their left in-hand and one overlay for their right in-hand Then we got many hands The way many hands were implemented was: Let's add just one overlay for all hands Then let's add every hand AS AN OVERLAY TO THIS OVERLAY !!!!!!!!

This showed fine in mob icons GetFlatIcon, however, just cannot deal with overlays that have overlays because who would do that So it tried to draw the base overlay The base overlay was blank So it did what it's trained to do when something is blank: It did whatever

Fixes #10561 (closed)

Merge request reports