|
al_set_target_bitmap problem |
Addison Elliott
Member #12,394
November 2010
|
I received a ASSERT output in my program once I turned on the debugging. I am pretty sure this is a small bug that wouldn't hurt to fix. |
Peter Wang
Member #23
April 2000
|
That seems right. al_get_current_display returns NULL, then al_is_bitmap_draw_held returns false, which means the assertion is true.
|
Edgar Reynaldo
Major Reynaldo
May 2007
|
If it is failing that assert, then al_is_bitmap_drawing_held() is returning true, so somewhere you have failed to release deferred bitmap drawing... My Website! | EAGLE GUI Library Demos | My Deviant Art Gallery | Spiraloid Preview | A4 FontMaker | Skyline! (Missile Defense) Eagle and Allegro 5 binaries | Older Allegro 4 and 5 binaries | Allegro 5 compile guide |
|