Skip to content

Bugfix for RegUwpArrayPoint, RegUwpArraySize and RegUwpArrayRect#35

Merged
EricZimmerman merged 1 commit intoEricZimmerman:masterfrom
reece394:master
Oct 23, 2025
Merged

Bugfix for RegUwpArrayPoint, RegUwpArraySize and RegUwpArrayRect#35
EricZimmerman merged 1 commit intoEricZimmerman:masterfrom
reece394:master

Conversation

@reece394
Copy link
Copy Markdown
Contributor

Fixes output of RegUwpArrayPoint, RegUwpArraySize and RegUwpArrayRect. RegUwpArrayRect accidently had values set to 16 instead of 8.

Before RegUwpArrayPoint:
[X: 0, Y: 0,X: 10, Y: 20,X: -5, Y: 15]
After RegUwpArrayPoint:
[{X: 0, Y: 0},{X: 10, Y: 20},{X: -5, Y: 15}]

Before RegUwpArrayRect:
[X: 0, Y: 0, Width: 100, Height: 200,X: 10, Y: 10, Width: 50, Height: 50,X: 5, Y: 5, Width: 20, Height: 40]
After RegUwpArrayRect:
[{X: 0, Y: 0, Width: 100, Height: 200},{X: 100, Y: 200, Width: 10, Height: 10},{X: 10, Y: 10, Width: 50, Height: 50}]

@EricZimmerman EricZimmerman merged commit 3425da3 into EricZimmerman:master Oct 23, 2025
3 of 4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants