mirror of
https://github.com/EpochModTeam/Epoch.git
synced 2024-08-30 18:22:13 +00:00
Fix for #654 - Dynamic HUD UI visible scrollbars at 16:10 aspect ratio
This commit is contained in:
parent
af0b7bff0f
commit
5a754420fc
@ -27,7 +27,7 @@ disableSerialization;
|
||||
_dsp = findDisplay 46;
|
||||
|
||||
{
|
||||
_group = _dsp ctrlCreate ["rscControlsGroup", call Epoch_getIDC];
|
||||
_group = _dsp ctrlCreate ["rmx_rscControlsGroup", call Epoch_getIDC];
|
||||
rmx_var_dynamicHUD_groups set [_forEachIndex, _group];
|
||||
|
||||
_defaultPopulate = getNumber (_x >> "defaultPopulate");
|
||||
|
Loading…
x
Reference in New Issue
Block a user