Update of /cvsroot/bprocessor/gl/src/net/sourceforge/bprocessor/gl/view
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv6462/src/net/sourceforge/bprocessor/gl/view
Modified Files:
View.java
Log Message:
Fixed bug with orthogonal constructors
Index: View.java
===================================================================
RCS file: /cvsroot/bprocessor/gl/src/net/sourceforge/bprocessor/gl/view/View.java,v
retrieving revision 1.115
retrieving revision 1.116
diff -C2 -d -r1.115 -r1.116
*** View.java 19 Jul 2006 08:42:12 -0000 1.115
--- View.java 19 Jul 2006 14:31:05 -0000 1.116
***************
*** 800,803 ****
--- 800,804 ----
if (target != null) {
gl.glColor3fv(targetColor);
+ gl.glLineWidth(1.5f);
drawObject(target);
}
|