Skip to content

Commit

Permalink
Change DataCollection mirror position
Browse files Browse the repository at this point in the history
  • Loading branch information
DylDevs committed Jul 9, 2024
1 parent e092caa commit 2c3457f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions plugins/DataCollection/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,9 @@ def CalculateMirrorCoordinates(window):
'''

mirrorDistanceFromLeft = 23
mirrorDistanceFromTop = 262
mirrorWidth = 210
mirrorHeight = 190
mirrorDistanceFromTop = 90
mirrorWidth = 273
mirrorHeight = 362
scale = (window[3] - window[1])/1080

xCoord = window[0] + (mirrorDistanceFromLeft * scale)
Expand Down

0 comments on commit 2c3457f

Please sign in to comment.