X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=src%2Fthreadraster.cpp;h=fd03a65e906d8b04367e4ce2f34186a821a8f2ca;hp=b45875dbe71e1afb0c38ca3ebc4f9df5be316bb8;hb=de6d2bb3861af7568006e1a02d5dddc730644b01;hpb=ccef53961d87b0d95da3b753e32e117a7fa4e3ea diff --git a/src/threadraster.cpp b/src/threadraster.cpp index b45875d..fd03a65 100644 --- a/src/threadraster.cpp +++ b/src/threadraster.cpp @@ -9,7 +9,7 @@ ** This is part of the CTSim program ** Copyright (C) 1983-2001 Kevin Rosenberg ** -** $Id: threadraster.cpp,v 1.12 2001/03/07 21:18:50 kevin Exp $ +** $Id: threadraster.cpp,v 1.13 2001/03/09 02:40:17 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 @@ -208,8 +208,7 @@ RasterizerWorker::Entry () break; } rPhantom.convertToImagefile (*m_pImageFile, m_iNX, m_dViewRatio, m_iNSample, Trace::TRACE_NONE, iUnit + m_iStartUnit, 1, iUnit); - - m_pSupervisor->onWorkerUnitTick(); + m_pSupervisor->onWorkerUnitTick(); } m_pSupervisor->onWorkerDone (m_iThread);