Minor. Added a disambiguating this at the constructor of trimesh

This commit is contained in:
Paolo Cignoni 2006-07-10 14:26:22 +00:00
parent a84cf9c8dd
commit 38e60efb30
1 changed files with 4 additions and 1 deletions

View File

@ -24,6 +24,9 @@
History
$Log: not supported by cvs2svn $
Revision 1.21 2006/05/25 04:40:57 cignoni
Updated HasPerFaceColor/Quality to the new style with mesh param.
Revision 1.20 2006/05/03 21:35:31 cignoni
Added new style HasPerFaceColor(m) and HasPerFaceMark(m)
@ -172,7 +175,7 @@ public:
/// Default constructor
TriMesh():shot(camera)
TriMesh():shot(this->camera)
{
fn = vn = 0;
imark = 0;