Skip to content

Commit 94a8950

Browse files
committed
Don't use deprecated init method in samples
1 parent 2d6b65b commit 94a8950

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Samples~/LootLockerExamples/Scripts/LootLockerSettingsOverrider.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ public static class LootLockerSettingsOverrider
55
{
66
public static void OverrideSettings()
77
{
8-
LootLockerSDKManager.Init("9e4bda3a853f1eb6342f1dfd289c1c9531c21998", "0.0.0.1", LootLocker.LootLockerConfig.platformType.Android, true, "2112hpxu");
8+
LootLockerSDKManager.Init("9e4bda3a853f1eb6342f1dfd289c1c9531c21998", "0.0.0.1", true, "2112hpxu");
99
LootLocker.LootLockerConfig.current.currentDebugLevel = LootLocker.LootLockerConfig.DebugLevel.All;
1010
}
1111
}

0 commit comments

Comments
 (0)