Skip to content

Commit cec8659

Browse files
committed
fix(mac) : remove extra arguments in platformspecifics
1 parent e9fe231 commit cec8659

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Assets/Plugins/macOS/Core/MacOSPlatformSpecifics.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public class EOSInitializeOptions
4545
//-------------------------------------------------------------------------
4646
public class MacOSPlatformSpecifics : PlatformSpecifics<MacOSConfig>
4747
{
48-
public MacOSPlatformSpecifics() : base(PlatformManager.Platform.macOS, ".dylib") { }
48+
public MacOSPlatformSpecifics() : base(PlatformManager.Platform.macOS) { }
4949

5050
//-------------------------------------------------------------------------
5151
[RuntimeInitializeOnLoadMethod(RuntimeInitializeLoadType.BeforeSceneLoad)]

0 commit comments

Comments
 (0)