Skip to content

Commit 83961ee

Browse files
authored
Fix broken allegro tracy zone
1 parent 2906eb8 commit 83961ee

File tree

1 file changed

+1
-0
lines changed
  • external/sources/allegro 4.4.3.1-custom/include/allegro/inline

1 file changed

+1
-0
lines changed

external/sources/allegro 4.4.3.1-custom/include/allegro/inline/draw.inl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -320,6 +320,7 @@ AL_INLINE(void, draw_trans_sprite, (BITMAP *bmp, BITMAP *sprite, int x, int y),
320320
(sprite->vtable->color_depth == 8)));
321321
bmp->vtable->draw_trans_sprite(bmp, sprite, x, y);
322322
}
323+
TracyCZoneEnd(ctx);
323324
})
324325

325326

0 commit comments

Comments
 (0)