This commit is contained in:
andreja6
2018-10-21 17:00:00 -07:00
parent 90e74e5133
commit 4f766d8617

View File

@@ -15,12 +15,12 @@ PhysicalInstance::PhysicalInstance(void)
color = Color3::gray(); color = Color3::gray();
velocity = Vector3(0,0,0); velocity = Vector3(0,0,0);
rotVelocity = Vector3(0,0,0); rotVelocity = Vector3(0,0,0);
top = Surface::Smooth; top = Smooth;
front = Surface::Smooth; front = Smooth;
right = Surface::Smooth; right = Smooth;
back = Surface::Smooth; back = Smooth;
left = Surface::Smooth; left = Smooth;
bottom = Surface::Smooth; bottom = Smooth;
} }
PhysicalInstance::PhysicalInstance(const PhysicalInstance &oinst) PhysicalInstance::PhysicalInstance(const PhysicalInstance &oinst)