# HG changeset patch # User Sebastien Jodogne # Date 1620726128 -7200 # Node ID e7b4479dea6fd8ed139297d134c9fede38ed5305 # Parent ae18b5cfbd3e45ac72d7c7021e3179320f3a8537 back to older behavior diff -r ae18b5cfbd3e -r e7b4479dea6f OrthancStone/Sources/Volumes/VolumeImageGeometry.cpp --- a/OrthancStone/Sources/Volumes/VolumeImageGeometry.cpp Tue May 11 11:31:34 2021 +0200 +++ b/OrthancStone/Sources/Volumes/VolumeImageGeometry.cpp Tue May 11 11:42:08 2021 +0200 @@ -259,7 +259,8 @@ const CoordinateSystem3D& plane) const { bool isOpposite; - if (!DetectProjection(projection, isOpposite, plane.GetNormal())) + if (!DetectProjection(projection, isOpposite, plane.GetNormal()) || + isOpposite /* TODO - Error in 2021-04-27-repro-bug-HFP-HFS-cartman */) { return false; }