mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-03-22 01:44:49 -05:00
Fix crash when changing position of scene item transform
This commit is contained in:
parent
aef080984e
commit
c39ea0854a
|
|
@ -147,6 +147,8 @@ static void handlePosOrScaleOrBounds(struct obs_transform_info &info,
|
|||
target = &info.scale;
|
||||
} else if (setting.GetNestedID() == "bounds") {
|
||||
target = &info.bounds;
|
||||
} else if (setting.GetNestedID() == "pos") {
|
||||
target = &info.pos;
|
||||
}
|
||||
|
||||
if (setting.GetID() == "x") {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user