Skip to content

Commit

Permalink
Fixed layer order
Browse files Browse the repository at this point in the history
Cursor was being rendered under slides.
  • Loading branch information
aukondk committed Mar 26, 2021
1 parent 90845f8 commit a8470e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make-xges.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ def __init__(self, opts):
self.set_project_metadata()
self.add_credits()
self.add_webcams()
self.add_slides()
self.add_cursor()
self.add_slides()
self.add_deskshare()
self.add_backdrop()

Expand Down

0 comments on commit a8470e1

Please sign in to comment.