mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2024-12-22 20:17:24 +08:00
fix(SpeedoMeter): squished drawing on mobile phone (#2601)
This commit is contained in:
parent
0ea3b95c4b
commit
4e83f3f25f
@ -20,6 +20,10 @@ namespace big
|
||||
return;
|
||||
}
|
||||
|
||||
HUD::SET_TEXT_RENDER_ID(HUD::GET_DEFAULT_SCRIPT_RENDERTARGET_RENDER_ID());
|
||||
GRAPHICS::SET_SCRIPT_GFX_DRAW_BEHIND_PAUSEMENU(TRUE);
|
||||
GRAPHICS::SET_SCRIPT_GFX_DRAW_ORDER(0);
|
||||
|
||||
HUD::SET_TEXT_FONT(2);
|
||||
HUD::SET_TEXT_SCALE(.9f, .9f);
|
||||
HUD::SET_TEXT_OUTLINE();
|
||||
@ -59,7 +63,7 @@ namespace big
|
||||
1);
|
||||
}
|
||||
|
||||
GRAPHICS::SET_SCRIPT_GFX_DRAW_ORDER(1);
|
||||
GRAPHICS::RESET_SCRIPT_GFX_ALIGN();
|
||||
}
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user