From cc73ff49c97b77d49227a5301faaaf856145e10f Mon Sep 17 00:00:00 2001 From: ponchio Date: Tue, 28 Feb 2006 13:25:48 +0000 Subject: [PATCH] for(ii... -> for(int ii --- wrap/gl/picking.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/wrap/gl/picking.h b/wrap/gl/picking.h index 267d92ce..a0cf8f16 100644 --- a/wrap/gl/picking.h +++ b/wrap/gl/picking.h @@ -28,6 +28,10 @@ This file contains two function providing the standard way to do picking using o History $Log: not supported by cvs2svn $ +Revision 1.2 2006/02/13 13:06:34 cignoni +Removed glut. Added ifdef guards and namespace. +Added bool return value to the pick function + Revision 1.1 2005/12/03 09:36:28 ganovelli *** empty log message *** @@ -96,7 +100,7 @@ int Pick( const int & x, const int &y, std::sort(H.begin(),H.end()); result.resize(H.size()); - for(ii=0;ii