Commit cdb7b3c7 authored by Luis Penaranda's avatar Luis Penaranda
Browse files

Merge branch 'master' of git://gitorious.impa.br/pano/pano

parents d0668cbd 15763c1e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -547,7 +547,7 @@ void OpenGLCanvas::define_triangle_indices(unsigned int * indices, int m, int n)
int OpenGLCanvas::compute_auto_fov_max(int new_fov){
        if(new_fov<60)
            return 60;
        if(new_fov>180)
        if(new_fov>179)
            return 1;
        //if(new_fov>60)
            return (90-new_fov/2);