Skip to content

Commit

Permalink
Merge pull request MonoGame#2379 from SickheadGames/jsilfix
Browse files Browse the repository at this point in the history
Fixed Build
  • Loading branch information
tomspilman committed Apr 19, 2014
2 parents fe14aeb + b2f0e79 commit 79853f1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions MonoGame.Framework/Graphics/GraphicsDevice.Web.cs
Original file line number Diff line number Diff line change
Expand Up @@ -83,5 +83,10 @@ private void PlatformDrawUserIndexedPrimitives<T>(PrimitiveType primitiveType, T
{
throw new NotImplementedException();
}

private static GraphicsProfile PlatformGetHighestSupportedGraphicsProfile(GraphicsDevice graphicsDevice)
{
return GraphicsProfile.HiDef;
}
}
}

0 comments on commit 79853f1

Please sign in to comment.