Forgot to add a negative sign before the one when specifying the amount of arguments SFML::Image#initialize takes.

git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1751 4e206d99-4929-0410-ac5d-dfc041789085
This commit is contained in:
groogy 2010-12-06 08:34:15 +00:00
parent add3608e72
commit 9b25dc5641
2 changed files with 2 additions and 2 deletions

View file

@ -83,7 +83,7 @@ void Init_graphics( void )
rb_define_const(globalSFMLNamespace, "GraphicsLoaded", Qtrue);
CreateBlendEnum();
Init_Color();
Init_Rect();
Init_Drawable();