IDIOT!!!!!!!!!!!!!!!!

This commit is contained in:
2025-12-28 14:38:02 -05:00
parent 233b2139fd
commit 23fac343a9

View File

@@ -244,7 +244,7 @@ namespace anm2ed::imgui::wizard
bool isAnyProperty = isCropX || isCropY || isSizeX || isSizeY || isPositionX || isPositionY || isPivotX || bool isAnyProperty = isCropX || isCropY || isSizeX || isSizeY || isPositionX || isPositionY || isPivotX ||
isPivotY || isScaleX || isScaleY || isRotation || isDuration || isTintR || isTintG || isPivotY || isScaleX || isScaleY || isRotation || isDuration || isTintR || isTintG ||
isTintB || isTintA || isColorOffsetR || isColorOffsetG || isColorOffsetB || isVisibleSet || isTintB || isTintA || isColorOffsetR || isColorOffsetG || isColorOffsetB || isVisibleSet ||
isInterpolatedSet; isInterpolatedSet || isFlipXSet || isFlipYSet;
auto rowWidgetSize = widget_size_with_row_get(5); auto rowWidgetSize = widget_size_with_row_get(5);