Customizable Player Models (Fabric)

Customizable Player Models (Fabric)

287k Downloads

Copy Transform tooltip reports incorrect toggles

The-Moon-Itself opened this issue ยท 0 comments

commented

When hovering over a part with a copy transform effect, if position x, rotation x, or size x is selected but not the corresponding y, then it will still report both x and y for that category as being copied. at the same time, if only y is selected and not x, it will report nothing as being copied. x and y are still copied correctly, it's just the tooltips that are wrong. Diving through the code, I believe the error is lines 107, 108, and 109 of src/shared/java/com/tom/cpm/shared/editor/CopyTransformEffect.java, where there is a duplicate copyPX, copyRX, and copySX in place of copyPY, copyRY, and copySY.