A lot of changed, nothing complete. Just committing so I can transfer location. I'm currently focusing on getting SFML::Image complete since the entire library more or less depends on it.
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1681 4e206d99-4929-0410-ac5d-dfc041789085
This commit is contained in:
parent
738b02c308
commit
a80339f668
9 changed files with 531 additions and 2 deletions
|
@ -335,7 +335,7 @@ static VALUE Drawable_TransformToGlobal( VALUE self, VALUE aPoint )
|
|||
*/
|
||||
static VALUE Drawable_Initialize( int argc, VALUE *args, VALUE self )
|
||||
{
|
||||
rbDrawable * object = NULL;
|
||||
rbDrawable *object = NULL;
|
||||
Data_Get_Struct( self, rbDrawable, object );
|
||||
VALUE aPosition = Qnil;
|
||||
VALUE aScale = Qnil;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue