From c3ec9d6b82c11bdf85ff9fce8a1f28c90df379ae Mon Sep 17 00:00:00 2001 From: Paolo Cignoni cignoni Date: Sat, 26 Nov 2005 17:05:13 +0000 Subject: [PATCH] Optimized SetLight method Now using Log constants instead of int values in logging lines --- src/meshlab/mainwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/meshlab/mainwindow.cpp b/src/meshlab/mainwindow.cpp index 2862060e5..a847dd706 100644 --- a/src/meshlab/mainwindow.cpp +++ b/src/meshlab/mainwindow.cpp @@ -24,7 +24,7 @@ History $Log$ -Revision 1.38 2005/11/26 16:55:34 glvertex +Revision 1.39 2005/11/26 17:05:13 glvertex Optimized SetLight method Now using Log constants instead of int values in logging lines