From 4f766d861741861e5f5d8086cf4f25fb1dccd19b Mon Sep 17 00:00:00 2001 From: andreja6 Date: Sun, 21 Oct 2018 17:00:00 -0700 Subject: [PATCH] wat --- PhysicalInstance.cpp | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/PhysicalInstance.cpp b/PhysicalInstance.cpp index 542cef3..566ab70 100644 --- a/PhysicalInstance.cpp +++ b/PhysicalInstance.cpp @@ -15,12 +15,12 @@ PhysicalInstance::PhysicalInstance(void) color = Color3::gray(); velocity = Vector3(0,0,0); rotVelocity = Vector3(0,0,0); - top = Surface::Smooth; - front = Surface::Smooth; - right = Surface::Smooth; - back = Surface::Smooth; - left = Surface::Smooth; - bottom = Surface::Smooth; + top = Smooth; + front = Smooth; + right = Smooth; + back = Smooth; + left = Smooth; + bottom = Smooth; } PhysicalInstance::PhysicalInstance(const PhysicalInstance &oinst)