comparison Framework/StoneInitialization.cpp @ 804:61ba4b504e9a

PolylineSceneLayer now has one color per chain
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 28 May 2019 15:58:21 +0200
parents 20262f5e5e88
children efc5b62b9539
comparison
equal deleted inserted replaced
802:f38c1fc08655 804:61ba4b504e9a
62 { 62 {
63 #if ORTHANC_ENABLE_SDL == 1 63 #if ORTHANC_ENABLE_SDL == 1
64 OrthancStone::SdlWindow::GlobalFinalize(); 64 OrthancStone::SdlWindow::GlobalFinalize();
65 #endif 65 #endif
66 66
67 #if ORTHANC_ENABLE_CURL == 1
68 Orthanc::HttpClient::GlobalFinalize();
69 #endif
70
67 Orthanc::Logging::Finalize(); 71 Orthanc::Logging::Finalize();
68 } 72 }
69 } 73 }