commented out unused local variable
This commit is contained in:
parent
b01f2c111e
commit
81ab17c28a
|
@ -253,7 +253,7 @@ template<class S>
|
|||
vcg::Point2<S> Camera<S>::Project(const vcg::Point3<S> & p) const
|
||||
{
|
||||
vcg::Point2<S> q = Point2<S>(p[0],p[1]);
|
||||
vcg::Point2<S> d = Point2<S>(p[0],p[1]);
|
||||
// vcg::Point2<S> d = Point2<S>(p[0],p[1]);
|
||||
|
||||
if(!IsOrtho())
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue