+ * - Adding an extension to determine what side the objects collided on
+ * - Correcting misspelling of Extensions in String and Texture2D
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
|
||||
namespace Axios.Engine.Extenions
|
||||
namespace Axios.Engine.Extensions
|
||||
{
|
||||
public static class AxiosExtensions_String
|
||||
{
|
||||
|
@@ -3,7 +3,7 @@ using Microsoft.Xna.Framework;
|
||||
using Microsoft.Xna.Framework.Graphics;
|
||||
|
||||
|
||||
namespace Axios.Engine.Extenions
|
||||
namespace Axios.Engine.Extensions
|
||||
{
|
||||
public enum TextureUnionLocation {
|
||||
Right,
|
||||
|
Reference in New Issue
Block a user