Skip to content

Commit f3a535d

Browse files
authored
fix: L1 Wearables (#9612) (#9680)
Signed-off-by: Esteban Ordano <42750+eordano@users.noreply.github.com>
1 parent 1cfff82 commit f3a535d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Explorer/Assets/DCL/NetworkDefinitions/AssetBundleManifestVersion.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -215,8 +215,8 @@ public static AssetBundleManifestVersion CreateManualManifest()
215215
var assetBundleManifestVersion = new AssetBundleManifestVersion();
216216
var assets = new AssetBundleManifestVersionPerPlatform
217217
{
218-
mac = new PlatformInfo(AB_MIN_SUPPORTED_VERSION_WINDOWS.ToString(), "1"),
219-
windows = new PlatformInfo(AB_MIN_SUPPORTED_VERSION_MAC.ToString(), "1"),
218+
windows = new PlatformInfo(AB_MIN_SUPPORTED_VERSION_WINDOWS.ToString(), "1"),
219+
mac = new PlatformInfo(AB_MIN_SUPPORTED_VERSION_MAC.ToString(), "1"),
220220
};
221221
assetBundleManifestVersion.assets = assets;
222222
assetBundleManifestVersion.HasHashInPath();

0 commit comments

Comments
 (0)