mirror of
https://github.com/AlexMacocian/MonoGame.Extended.git
synced 2026-07-25 08:22:15 +00:00
Geometric Primitives Cleanup (#346)
* CircleF and RectangleF * Fix build errors
This commit is contained in:
committed by
Dylan Wilson
parent
ea518d55da
commit
a1f8566a46
@@ -1,5 +1,4 @@
|
||||
using Microsoft.Xna.Framework;
|
||||
using MonoGame.Extended.Shapes;
|
||||
|
||||
namespace MonoGame.Extended.Collisions
|
||||
{
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using Microsoft.Xna.Framework;
|
||||
using MonoGame.Extended.Shapes;
|
||||
|
||||
namespace MonoGame.Extended.Collisions
|
||||
{
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
using MonoGame.Extended.Shapes;
|
||||
|
||||
|
||||
namespace MonoGame.Extended.Collisions
|
||||
{
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using Microsoft.Xna.Framework;
|
||||
using MonoGame.Extended.Shapes;
|
||||
|
||||
namespace MonoGame.Extended.Collisions
|
||||
{
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
using Microsoft.Xna.Framework;
|
||||
using MonoGame.Extended.Shapes;
|
||||
|
||||
namespace MonoGame.Extended.Collisions
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user