[script] Fix typo in SetBackgroundBottomColor function name

This is in the compatibility wrappers so it didn't effect anything..
This commit is contained in:
Charlie Brej 2009-11-22 21:19:52 +00:00
parent d876853867
commit 6cdb6e330a

View file

@ -70,7 +70,7 @@ fun SpriteWindowSetBackgroundTopColor (red, green, blue)
}
fun SpriteWindowGetSetBackgroundBottomColor (red, green, blue)
fun SpriteWindowSetBackgroundBottomColor (red, green, blue)
{
return Window.SetBackgroundBottomColor (red, green, blue);
}