Changeset 54 in 3DVCSoftware for tags/0.5/source/App/TAppDecoder/TAppDecTop.cpp
- Timestamp:
- 5 Apr 2012, 14:45:33 (14 years ago)
- File:
-
- 1 edited
-
tags/0.5/source/App/TAppDecoder/TAppDecTop.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
tags/0.5/source/App/TAppDecoder/TAppDecTop.cpp
r48 r54 289 289 290 290 } 291 if (bCountDepthViewIdx == false )291 if (m_bUsingDepth && bCountDepthViewIdx == false ) 292 292 { 293 293 bCountDepthViewIdx = true; … … 315 315 } 316 316 317 if (iViewIdx >= m_acTDecTopList.size() || iDepthViewIdx >= m_acTDecDepthTopList.size())317 if (iViewIdx >= m_acTDecTopList.size() || (m_bUsingDepth && iDepthViewIdx >= m_acTDecDepthTopList.size())) 318 318 { 319 319 bFirstDepth = false;
Note: See TracChangeset for help on using the changeset viewer.