VideoCommon: initialize load info variables

This commit is contained in:
iwubcode 2023-07-16 12:56:03 -05:00 committed by Nayla Hanegan
commit 5d4252450b
No known key found for this signature in database
GPG key ID: 3075216CED0DB01D

View file

@ -34,8 +34,8 @@ public:
struct LoadInfo
{
std::size_t m_bytes_loaded;
CustomAssetLibrary::TimeType m_load_time;
std::size_t m_bytes_loaded = 0;
CustomAssetLibrary::TimeType m_load_time = {};
};
// Loads a texture, if there are no levels, bytes loaded will be empty