diff Applications/StoneWebViewer/WebAssembly/StoneWebViewer.cpp @ 1617:49ba862d3454

fix build of mpr sample
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 30 Oct 2020 17:43:29 +0100
parents f5d4bd7b5593
children 1151e25d7311
line wrap: on
line diff
--- a/Applications/StoneWebViewer/WebAssembly/StoneWebViewer.cpp	Fri Oct 30 17:40:08 2020 +0100
+++ b/Applications/StoneWebViewer/WebAssembly/StoneWebViewer.cpp	Fri Oct 30 17:43:29 2020 +0100
@@ -1535,8 +1535,6 @@
 
           OrthancStone::OsiriXLayerFactory factory;
           factory.SetColor(0, 255, 0);
-          factory.SetArrowLength(100);
-          factory.SetArrowAngle(3.14159/4.0);
           
           for (std::set<size_t>::const_iterator it = a.begin(); it != a.end(); ++it)
           {