Changes between Version 1 and Version 2 of Ticket #12592


Ignore:
Timestamp:
05/29/21 01:46:38 (3 years ago)
Author:
lolbot-iichan
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #12592 – Description

    v1 v2  
    77
    88Note: ags/lib/allegro/gfx.cpp contains this code:
     9
    910    void pivot_sprite(BITMAP *bmp, const BITMAP *sprite, int x, int y, int cx, int cy, fixed angle) {
    1011        error("TODO: pivot_sprite");
    1112    }
    12 ```