mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-08-09 20:24:16 +00:00
format codebase
This commit is contained in:
@@ -11,11 +11,10 @@
|
||||
|
||||
dpShapeBox::dpShapeBox(dpEntity* parentEntity, float width, float height, float depth) :
|
||||
dpShapeBase(parentEntity),
|
||||
m_Width(width/2),
|
||||
m_Height(height/2),
|
||||
m_Depth(depth/2),
|
||||
m_Scale(1.0f)
|
||||
{
|
||||
m_Width(width / 2),
|
||||
m_Height(height / 2),
|
||||
m_Depth(depth / 2),
|
||||
m_Scale(1.0f) {
|
||||
m_ShapeType = dpShapeType::Box;
|
||||
|
||||
InitVertices();
|
||||
|
Reference in New Issue
Block a user