Call custom_crosshair from HUD_Redraw

This commit is contained in:
8dcc 2023-07-27 14:23:11 +02:00
parent 25962163e0
commit 950c7e1cd5
1 changed files with 1 additions and 0 deletions

View File

@ -69,6 +69,7 @@ int h_HUD_Redraw(float time, int intermission) {
engine_draw_text(5, 5, "8dcc/hl-cheat", (rgb_t){ 255, 255, 255 });
esp();
custom_crosshair();
return ret;
}