Fix for #654 - Dynamic HUD UI visible scrollbars at 16:10 aspect ratio

This commit is contained in:
Raymix 2016-11-07 20:33:12 +00:00
parent af0b7bff0f
commit 5a754420fc

View File

@ -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");