remove warnings from last commit.

smooth view now works for change between cameras, smooth view now blends the lens angle too.
This commit is contained in:
2007-04-18 22:53:20 +00:00
parent 2d87ee1ace
commit f9ff47464d
7 changed files with 215 additions and 100 deletions

View File

@@ -1338,7 +1338,7 @@ static void winqreadview3dspace(ScrArea *sa, void *spacedata, BWinEvent *evt)
new_ofs[0]= -curs[0];
new_ofs[1]= -curs[1];
new_ofs[2]= -curs[2];
smooth_view(G.vd, new_ofs, NULL, NULL);
smooth_view(G.vd, new_ofs, NULL, NULL, NULL);
}
}
doredraw= 1;
@@ -1743,7 +1743,7 @@ static void winqreadview3dspace(ScrArea *sa, void *spacedata, BWinEvent *evt)
new_ofs[0]= -curs[0];
new_ofs[1]= -curs[1];
new_ofs[2]= -curs[2];
smooth_view(G.vd, new_ofs, NULL, NULL);
smooth_view(G.vd, new_ofs, NULL, NULL, NULL);
}
scrarea_queue_winredraw(curarea);
}