Skip to content

Commit

Permalink
updated splines to reflect the deprecation of the webplayer platforms.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcarriere committed Aug 8, 2016
1 parent 9b12bed commit e18b181
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Assets/Plugins/GoKit/properties/splines/GoSpline.cs
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ public GoSpline( string pathAssetName, bool useStraightLines = false ) : this( n
/// </summary>
private static List<Vector3> nodeListFromAsset( string pathAssetName )
{
if( Application.platform == RuntimePlatform.OSXWebPlayer || Application.platform == RuntimePlatform.WindowsWebPlayer )
if( Application.platform == RuntimePlatform.WebGLPlayer )
{
Debug.LogError( "The Web Player does not support loading files from disk." );
return null;
Expand Down

0 comments on commit e18b181

Please sign in to comment.