Changed logging.
This commit is contained in:
parent
0783f96e2d
commit
cffa615d97
@ -250,7 +250,6 @@ end
|
|||||||
|
|
||||||
local function orient(v, forward, right)
|
local function orient(v, forward, right)
|
||||||
v = v:normalize()
|
v = v:normalize()
|
||||||
print("Attempting to orient such that " .. tostring(v) .. " == " .. tostring(forward) .. ".")
|
|
||||||
if vectorEqual(v, forward) then
|
if vectorEqual(v, forward) then
|
||||||
return true
|
return true
|
||||||
elseif vectorEqual(v, right) then
|
elseif vectorEqual(v, right) then
|
||||||
|
Loading…
Reference in New Issue
Block a user