Update of /cvsroot/bprocessor/gl/src/net/sourceforge/bprocessor/gl/view
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv13346
Modified Files:
View.java
Log Message:
making the aspekt consistent
Index: View.java
===================================================================
RCS file: /cvsroot/bprocessor/gl/src/net/sourceforge/bprocessor/gl/view/View.java,v
retrieving revision 1.99
retrieving revision 1.100
diff -C2 -d -r1.99 -r1.100
*** View.java 7 Jul 2006 10:52:29 -0000 1.99
--- View.java 7 Jul 2006 14:03:23 -0000 1.100
***************
*** 595,599 ****
}
! double aspect = width / height;
/** fetch the current camera */
Camera camera = Project.getInstance().getCurrentCamera();
--- 595,599 ----
}
! View.aspect = width / height;
/** fetch the current camera */
Camera camera = Project.getInstance().getCurrentCamera();
|