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:
parent
add3608e72
commit
9b25dc5641
2 changed files with 2 additions and 2 deletions
|
@ -83,7 +83,7 @@ void Init_graphics( void )
|
|||
rb_define_const(globalSFMLNamespace, "GraphicsLoaded", Qtrue);
|
||||
|
||||
CreateBlendEnum();
|
||||
|
||||
|
||||
Init_Color();
|
||||
Init_Rect();
|
||||
Init_Drawable();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue