soegaard / whalesong

Whalesong: Racket to JavaScript compiler
http://hashcollision.org/whalesong
145 stars 14 forks source link

FIX: invalid number of arguments passed to SceneImage #10 #11

Closed vishesh closed 9 years ago

vishesh commented 9 years ago

makeSceneImage() as well as SceneImage.add function in kernel.js was using SceneImage constructor with wrong number of arguments, making various image functions fail.

soegaard commented 9 years ago

Thanks!