diff --git a/Source/Core/VideoCommon/Assets/CustomAsset.h b/Source/Core/VideoCommon/Assets/CustomAsset.h index 1f4d5061c1..6fd890e4bc 100644 --- a/Source/Core/VideoCommon/Assets/CustomAsset.h +++ b/Source/Core/VideoCommon/Assets/CustomAsset.h @@ -72,7 +72,7 @@ public: { std::lock_guard lk(m_lock); if (m_loaded) - return &m_data; + return m_data; return nullptr; }