More effective recovery

Fix of trigger detection
This commit is contained in:
SDraw 2023-04-14 11:00:20 +03:00
parent 8d337635b8
commit fa5a0334b9
No known key found for this signature in database
GPG key ID: BB95B4DAB2BB8BB5
4 changed files with 42 additions and 30 deletions

View file

@ -133,7 +133,7 @@ namespace ml_prm
GravityChange?.Invoke(state);
};
ms_uiElements.Add(l_categoryMod.AddToggle("Pointers reaction", "React to CVRPointer components with 'ragdoll' type", PointersReaction));
ms_uiElements.Add(l_categoryMod.AddToggle("Pointers reaction", "React to trigger colliders with CVRPointer component of 'ragdoll' type", PointersReaction));
(ms_uiElements[(int)UiElementIndex.PointersReaction] as BTKUILib.UIObjects.Components.ToggleButton).OnValueUpdated += (state) =>
{
PointersReaction = state;