Fixed compilation error
This commit is contained in:
parent
d4f775843c
commit
4fc87866ee
|
@ -233,7 +233,7 @@ namespace SHADE
|
|||
for (const auto& collider : GetNativeComponent()->GetColliders())
|
||||
{
|
||||
ColliderBound^ bound = nullptr;
|
||||
switch (collider.first.GetType())
|
||||
switch (collider.GetType())
|
||||
{
|
||||
case SHCollider::Type::BOX:
|
||||
bound = gcnew BoxColliderBound(i, Owner.GetEntity());
|
||||
|
|
Loading…
Reference in New Issue