diff options
Diffstat (limited to 'test/CubeView.cxx')
| -rw-r--r-- | test/CubeView.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/test/CubeView.cxx b/test/CubeView.cxx index 2aa9164c2..6dbb3ae81 100644 --- a/test/CubeView.cxx +++ b/test/CubeView.cxx @@ -1,5 +1,5 @@ // -// "$Id: CubeView.cxx,v 1.4.2.4.2.1 2001/12/01 01:54:30 matthiaswm Exp $" +// "$Id: CubeView.cxx,v 1.4.2.4.2.2 2001/12/21 14:35:33 easysw Exp $" // // CubeView class implementation for the Fast Light Tool Kit (FLTK). // @@ -37,8 +37,8 @@ CubeView::CubeView(int x,int y,int w,int h,const char *l) { vAng = 0.0; hAng=0.0; - size=10.0;
- xshift=0.0;
+ size=10.0; + xshift=0.0; yshift=0.0; /* The cube definition. These are the vertices of a unit cube @@ -167,5 +167,5 @@ void CubeView::draw() { #endif /* HAVE_GL */ // -// End of "$Id: CubeView.cxx,v 1.4.2.4.2.1 2001/12/01 01:54:30 matthiaswm Exp $". +// End of "$Id: CubeView.cxx,v 1.4.2.4.2.2 2001/12/21 14:35:33 easysw Exp $". // |
