A few touchups

This commit is contained in:
Steven Robertson
2010-09-13 00:20:15 -04:00
parent e0b218feba
commit e4aac6993f
3 changed files with 9 additions and 9 deletions

View File

@ -59,7 +59,7 @@ def main(args):
print anim.features.hist_width
print anim.features.hist_height
print anim.features.hist_stride
window = pyglet.window.Window(800, 600)
window = pyglet.window.Window(1600, 900)
image = pyglet.image.ImageData(anim.features.hist_width,
anim.features.hist_height,
'RGBA',