A needed Shotd -> Shotf

This commit is contained in:
Paolo Cignoni cignoni 2010-10-31 13:33:31 +00:00
parent 01dc697214
commit cc5901b86f

View File

@ -294,7 +294,7 @@ void MultiViewer_Container::updateTrackballInViewers()
GLArea* glArea = qobject_cast<GLArea*>(currentView());
if(glArea)
{
QPair<Shot,float> shotAndScale = glArea->shotFromTrackball();
QPair<Shotf,float> shotAndScale = glArea->shotFromTrackball();
foreach(Viewer* viewer, viewerList)
if(viewer->getId() != currentId){
((GLArea*) viewer)->loadShot(shotAndScale);