Fixed warning with Collider not being made abstract

This commit is contained in:
Kah Wei 2022-10-28 19:03:07 +08:00
parent 541f44c039
commit 7e5c819813
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ namespace SHADE
/// <summary>
/// Base interface for all Collider Shapes.
/// </summary>
public ref class ColliderBound
public ref class ColliderBound abstract
{
public:
/*-----------------------------------------------------------------------------*/