Skip to content

Commit

Permalink
Update LuaValueType.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
pangweiwei committed Nov 24, 2015
1 parent dce4d78 commit 04df955
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Assets/Slua/Script/LuaValueType.cs
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ function Vector3.Div(self,b)
end
function Vector3.Angle(a,b)
local dot = Dot(Vector3.Normalize(a), Vector3.Normalize(b))
local dot = Vector3.Dot(Vector3.Normalize(a), Vector3.Normalize(b))
return acos(dot)*ToAngle
end
Expand Down

0 comments on commit 04df955

Please sign in to comment.