Skip to content

Commit ea00a31

Browse files
authored
Update AryzonConstants.cs
1 parent dc20305 commit ea00a31

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Runtime/Scripts/AryzonConstants.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ namespace Aryzon
77
public static class Constants
88
{
99
#if UNITY_ANDROID
10-
public const string CardboardApi = "cardboard_api";
10+
public const string CardboardApi = "GfxPluginCardboard";
1111
#elif UNITY_IOS
1212
public const string CardboardApi = "__Internal";
1313
#else
1414
public const string CardboardApi = "NOT_AVAILABLE";
1515
#endif
1616
}
17-
}
17+
}

0 commit comments

Comments
 (0)