[PanoramaViewer] fix loader problem

This commit is contained in:
Landrodie 2021-01-20 15:23:03 +01:00 committed by Fabien Castan
parent 0d45fc0b11
commit 660c310200
2 changed files with 4 additions and 4 deletions

View file

@ -26,7 +26,6 @@ AliceVision.PanoramaViewer {
(root.sourceSize.width <= 0))
return Image.Null;
root.defaultControlPoints();
console.warn("Panorama is ready")
return Image.Ready;
}