mirror of
https://github.com/AbaTekNTNU/followspot-psn.git
synced 2025-12-06 13:54:58 +00:00
invert y axis and fix tracker text
This commit is contained in:
@@ -49,7 +49,7 @@ def get_elapsed_time_ms():
|
||||
|
||||
|
||||
def pic_to_scene_coords(x, y):
|
||||
return x / 200, y / 200
|
||||
return x / 200, - y / 200
|
||||
|
||||
|
||||
async def update_all_clients(app: web.Application):
|
||||
|
||||
Reference in New Issue
Block a user