From e630bb9fa4f76ca28896c48234ed2337bbf636b8 Mon Sep 17 00:00:00 2001 From: iwubcode Date: Wed, 6 Aug 2025 00:21:56 -0500 Subject: [PATCH] texture asset --- Source/Core/VideoCommon/Assets/TextureAsset.h | 1 - 1 file changed, 1 deletion(-) diff --git a/Source/Core/VideoCommon/Assets/TextureAsset.h b/Source/Core/VideoCommon/Assets/TextureAsset.h index bc262410bd..a3c1fa104a 100644 --- a/Source/Core/VideoCommon/Assets/TextureAsset.h +++ b/Source/Core/VideoCommon/Assets/TextureAsset.h @@ -41,4 +41,3 @@ private: CustomAssetLibrary::LoadInfo LoadImpl(const CustomAssetLibrary::AssetID& asset_id) override; }; } // namespace VideoCommon -