remove constant setting password size

This commit is contained in:
Felix Salcher 2025-06-04 15:35:12 +02:00
parent 2766182e62
commit 50b4cdad48
No known key found for this signature in database

View file

@ -100,8 +100,6 @@ void CPasswordInputField::configure(const std::unordered_map<std::string, std::a
g_pRenderer->asyncResourceGatherer->requestAsyncAssetPreload(request);
}
password.size = 0.25;
// request the inital placeholder asset
updatePlaceholder();
}