Update of /cvsroot/bprocessor/gl/src/net/sourceforge/bprocessor/gl
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7155/src/net/sourceforge/bprocessor/gl
Modified Files:
GLView.java
Log Message:
Fixed small issues
Index: GLView.java
===================================================================
RCS file: /cvsroot/bprocessor/gl/src/net/sourceforge/bprocessor/gl/GLView.java,v
retrieving revision 1.29
retrieving revision 1.30
diff -C2 -d -r1.29 -r1.30
*** GLView.java 12 Dec 2005 14:46:22 -0000 1.29
--- GLView.java 20 Dec 2005 12:24:10 -0000 1.30
***************
*** 176,180 ****
*/
public void repaint() {
! glc.display();
}
--- 176,180 ----
*/
public void repaint() {
! repaint(false);
}
***************
*** 187,191 ****
glc.display();
} else {
! repaint();
}
}
--- 187,191 ----
glc.display();
} else {
! glc.repaint();
}
}
|