remove redundant forceReload

This commit is contained in:
Felix Salcher 2025-06-28 01:00:44 +02:00
parent 11da1e7f13
commit 559415f285
No known key found for this signature in database

View file

@ -390,8 +390,7 @@ bool CPasswordInputField::draw(const SRenderData& data) {
CBox box{dotPosition, passSize};
if (!dots.textFormat.empty()) {
if (!dots.textAsset) {
forceReload = true;
fontCol.a = DOTALPHA;
fontCol.a = DOTALPHA;
break;
}