[Bprocessor-commit] gl/src/net/sourceforge/bprocessor/gl/view View.java,1.43,1.44
Status: Pre-Alpha
Brought to you by:
henryml
From: Michael L. <he...@us...> - 2006-01-10 14:57:17
|
Update of /cvsroot/bprocessor/gl/src/net/sourceforge/bprocessor/gl/view In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28053/src/net/sourceforge/bprocessor/gl/view Modified Files: View.java Log Message: Removed some TODO comments Index: View.java =================================================================== RCS file: /cvsroot/bprocessor/gl/src/net/sourceforge/bprocessor/gl/view/View.java,v retrieving revision 1.43 retrieving revision 1.44 diff -C2 -d -r1.43 -r1.44 *** View.java 10 Jan 2006 14:49:45 -0000 1.43 --- View.java 10 Jan 2006 14:57:06 -0000 1.44 *************** *** 1401,1405 **** } else { if (side == FRONT) { - // TODO Check the color of the front material of the Surface if (s.getFrontMaterial() == null) { Space back = s.getFrontDomain(); --- 1401,1404 ---- *************** *** 1410,1414 **** } if (side == BACK) { - // TODO Check the color of the back material of the Surface if (s.getBackMaterial() == null) { Space front = s.getBackDomain(); --- 1409,1412 ---- |