wrong guard position (doh!)

This commit is contained in:
Paolo Cignoni 2018-04-06 16:41:39 +02:00
parent 2107652428
commit f4f58f587a
1 changed files with 2 additions and 2 deletions

View File

@ -420,10 +420,10 @@ public:
delete [] selectBuf;
return result.size();
}
#endif // _I_REALLY_NEED_OLD_GL_PICK_
};
}
#endif // _I_REALLY_NEED_OLD_GL_PICK_
} // end namespace vcg
#endif