Too many changes

This commit is contained in:
SDraw 2024-10-05 15:42:32 +03:00
parent 45557943c4
commit a22e5992d0
No known key found for this signature in database
GPG key ID: BB95B4DAB2BB8BB5
72 changed files with 1064 additions and 927 deletions

View file

@ -31,9 +31,9 @@ namespace ml_lme
if(CohtmlHud.Instance != null)
{
if(p_immediate)
CohtmlHud.Instance.ViewDropTextImmediate(p_title, p_message, p_small);
CohtmlHud.Instance.ViewDropTextImmediate(p_title, p_message, p_small, "", false);
else
CohtmlHud.Instance.ViewDropText(p_title, p_message, p_small);
CohtmlHud.Instance.ViewDropText(p_title, p_message, p_small, "", false);
}
}