Skip to content

Commit

Permalink
Signac Edition
Browse files Browse the repository at this point in the history
  • Loading branch information
project-owner committed Dec 19, 2022
1 parent e874893 commit c9056bd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion meter.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ def add_channel(self, image_name, x, y):
r = img[1].get_rect()
r.x = self.origin_x + x
r.y = self.origin_y + y
r.w = 100
self.add_image(img, self.origin_x + x, self.origin_y + y, r)

def load_image(self, image_name):
Expand Down

0 comments on commit c9056bd

Please sign in to comment.