Skip to content

Commit

Permalink
Fix Set Transform passing width to bounds height
Browse files Browse the repository at this point in the history
  • Loading branch information
LordTocs committed Feb 14, 2024
1 parent 26e058d commit 8229f61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/castmate/src/main/plugins/obs.js
Original file line number Diff line number Diff line change
Expand Up @@ -981,7 +981,7 @@ export default {
1.0
)
sceneItemTransform.boundsHeight = Math.max(
sceneItemTransform.boundsWidth,
sceneItemTransform.boundsHeight,
1.0
)

Expand Down

0 comments on commit 8229f61

Please sign in to comment.