X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;ds=sidebyside;f=src%2Fviews.cpp;h=6a77ba31d3cd8834dcba88418dc06749c5fe1e47;hb=2efdad35a3d335dfa84a8576f41588dbd7dd8958;hp=2f4d443235751acc7fcebbddc8f4830f7c58cbfd;hpb=2e09cc8b6f6ac842d06b45cae6a9205a33eece53;p=ctsim.git diff --git a/src/views.cpp b/src/views.cpp index 2f4d443..6a77ba3 100644 --- a/src/views.cpp +++ b/src/views.cpp @@ -9,7 +9,7 @@ ** This is part of the CTSim program ** Copyright (c) 1983-2001 Kevin Rosenberg ** -** $Id: views.cpp,v 1.100 2001/02/09 01:54:21 kevin Exp $ +** $Id: views.cpp,v 1.101 2001/02/09 14:34:16 kevin Exp $ ** ** This program is free software; you can redistribute it and/or modify ** it under the terms of the GNU General Public License (version 2) as @@ -1802,7 +1802,7 @@ PhantomFileView::PhantomFileView() m_iDefaultNView = 320; #endif m_iDefaultNSample = 1; - m_dDefaultRotation = 1; + m_dDefaultRotation = 2; m_dDefaultFocalLength = 2; m_dDefaultViewRatio = 1; m_dDefaultScanRatio = 1;