Merge pull request #2 from nullifiedcat/master

.
This commit is contained in:
LightyPonce 2018-03-24 15:37:16 +01:00 committed by GitHub
commit b85591a918
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -391,7 +391,7 @@ void _FASTCALL emoji(CachedEntity *ent)
{
float size = emoji_esp_scaling ? fabs(hbm.y - hbx.y)
: float(emoji_esp_size);
if (!size || !float(emoji_min_size)
if (!size || !float(emoji_min_size))
return;
if (emoji_esp_scaling && (size < float(emoji_min_size)))
{