mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-11-30 21:28:18 +00:00
format codebase
This commit is contained in:
@@ -4,8 +4,7 @@
|
||||
|
||||
dpShapeSphere::dpShapeSphere(dpEntity* parentEntity, float radius) :
|
||||
dpShapeBase(parentEntity),
|
||||
m_Radius(radius)
|
||||
{
|
||||
m_Radius(radius) {
|
||||
m_ShapeType = dpShapeType::Sphere;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user