Skip to content

Commit

Permalink
State is mutable now
Browse files Browse the repository at this point in the history
  • Loading branch information
Kartik Thakore committed Aug 16, 2010
1 parent 9a606eb commit 7cf5555
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/SDLx/Controller/Object.xs
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ AV* acceleration_cb( SDLx_Object * obj, float t )
count = call_sv(obj->acceleration, G_ARRAY);

SPAGAIN;
warn( "state %p, state->x %f", copyState, ((SDLx_State *)copyState)->x );
int i;
for( i =0; i < count ; i++)
av_push( array, newSVnv(POPn));
Expand Down

0 comments on commit 7cf5555

Please sign in to comment.