Skip to content
This repository has been archived by the owner on Sep 18, 2022. It is now read-only.

Commit

Permalink
Updated documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
craftersmine committed Mar 2, 2019
1 parent 8a84c21 commit ee86c3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions craftersmine.EtherEngine.Content/ContentManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ public bool Contains(string objectId)
}

/// <summary>
/// Loads texture from content package
/// Loads texture from content package with specified ID
/// </summary>
/// <param name="id">Texture ID</param>
/// <returns></returns>
Expand All @@ -91,7 +91,7 @@ public Texture LoadTexture(string id)
}

/// <summary>
/// Loads animation data and animation texture from content package
/// Loads animation data and animation texture from content package with specified ID
/// </summary>
/// <param name="id">Animation ID</param>
/// <returns></returns>
Expand Down

0 comments on commit ee86c3b

Please sign in to comment.