1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

Draw zigzags using bitmaps.

This commit is contained in:
Bartosz Taudul
2023-04-27 23:16:45 +02:00
parent 62ec968f24
commit 474dc6945e
4 changed files with 8 additions and 50 deletions
+1 -1
View File
@@ -98,7 +98,7 @@ static void* iconTex;
static int iconTexSz;
static uint8_t* zigzagPx;
static int zigzagX, zigzagY;
static void* zigzagTex;
void* zigzagTex;
static Backend* bptr;
static bool s_customTitle = false;
static bool s_isElevated = false;