Re: [AD] SF.net SVN: alleg:[11840] allegro/branches/4.9 |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
> From: Peter Wang <novalazy@xxxxxxxxxx>
> Subject: Re: [AD] SF.net SVN: alleg:[11840] allegro/branches/4.9
> To: alleg-developers@xxxxxxxxxx
> Date: Saturday, March 14, 2009, 3:04 AM
> >
> > Should mention I occasionally get:
> > Assert failed at line 399 of
> > /home/moose/.projects/allegro.git/src/bitmap_new.c
> > Aborted
> >
> > from ex_prim when I switch which primitives its
> drawing with the arrow keys.
>
> Is that this line in your revision?
>
> ASSERT(height >= 0);
>
> I guess depending on the rotation of the shape and the
> thickness, etc.
> it's trying to draw outside the bounds. Paul, can you
> take a look?
I changed the code that calculates the locking region for a primitive. Perhaps that is fixed now.
-SiegeLord
>
> Peter