Merge branch 'havok' of github.com:sippeangelo/Return-to-the-Return-of-Return-Fire-2-Returngeance into havok
Conflicts: src/GameWorld.cpp src/Systems/PhysicsSystem.cpp vs11/Returngeance/Returngeance.vcxproj.filters
This commit is contained in:
@@ -6,9 +6,9 @@
|
||||
namespace Components
|
||||
{
|
||||
|
||||
struct Box : Component
|
||||
struct BoxShape : Component
|
||||
{
|
||||
Box()
|
||||
BoxShape()
|
||||
: Width(1.f), Height(1.f), Depth(1.f){ }
|
||||
|
||||
float Width;
|
||||
@@ -6,9 +6,9 @@
|
||||
namespace Components
|
||||
{
|
||||
|
||||
struct Sphere : Component
|
||||
struct SphereShape : Component
|
||||
{
|
||||
Sphere()
|
||||
SphereShape()
|
||||
: Radius(1.f){ }
|
||||
|
||||
float Radius;
|
||||
Reference in New Issue
Block a user