We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d240661 commit 80a8ae5Copy full SHA for 80a8ae5
1 file changed
MenuAPI/MenuController.cs
@@ -157,6 +157,14 @@ private static void UnloadAssets()
157
{
158
SetStreamedTextureDictAsNoLongerNeeded(_texture_dict);
159
}
160
+ if (HasStreamedTextureDictLoaded("mpleaderboard"))
161
+ {
162
+ SetStreamedTextureDictAsNoLongerNeeded("mpleaderboard");
163
+ }
164
+ if (HasStreamedTextureDictLoaded("commonmenutu"))
165
166
+ SetStreamedTextureDictAsNoLongerNeeded("commonmenutu");
167
168
169
170
/// <summary>
0 commit comments