fix(SpeedoMeter): squished drawing on mobile phone (#2601)
This commit is contained in:
parent
e9fdc86239
commit
8e8919ec56
@ -20,6 +20,10 @@ namespace big
|
|||||||
return;
|
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_FONT(2);
|
||||||
HUD::SET_TEXT_SCALE(.9f, .9f);
|
HUD::SET_TEXT_SCALE(.9f, .9f);
|
||||||
HUD::SET_TEXT_OUTLINE();
|
HUD::SET_TEXT_OUTLINE();
|
||||||
@ -59,7 +63,7 @@ namespace big
|
|||||||
1);
|
1);
|
||||||
}
|
}
|
||||||
|
|
||||||
GRAPHICS::SET_SCRIPT_GFX_DRAW_ORDER(1);
|
GRAPHICS::RESET_SCRIPT_GFX_ALIGN();
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user