Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordavesilver <nibor123@gmail.com>2010-07-19 16:06:37 (GMT)
committer davesilver <nibor123@gmail.com>2010-07-19 16:06:37 (GMT)
commitb644c01b43a8390f450d2af8044751d3a07122cd (patch)
treea64b6126f61c519d7a13581f820fd448ff6f2eb1
parent05b1b0e7e46d6f44364f246205349c605eb2963f (diff)
Updating Tests
-rwxr-xr-xDrawableObjectTests/Spritesheet.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/DrawableObjectTests/Spritesheet.py b/DrawableObjectTests/Spritesheet.py
index 37c89b8..ddb18a8 100755
--- a/DrawableObjectTests/Spritesheet.py
+++ b/DrawableObjectTests/Spritesheet.py
@@ -20,7 +20,7 @@ class Spritesheet:
def imgsat(self, rects, myColorKey = None):
imgs = []
for rect in rects:
- imgs.append(self.imgat(rect), myColorKey)
+ imgs.append(self.imgat(rect, myColorKey))
return imgs
def img_extract( self, cols, rows, width, height, myColorKey = None):