Changed logging.

This commit is contained in:
Harrison Deng 2021-05-07 20:53:54 -05:00
parent 0783f96e2d
commit cffa615d97

View File

@ -250,7 +250,6 @@ end
local function orient(v, forward, right)
v = v:normalize()
print("Attempting to orient such that " .. tostring(v) .. " == " .. tostring(forward) .. ".")
if vectorEqual(v, forward) then
return true
elseif vectorEqual(v, right) then