slight change to the way the shift key works in fly mode.

This commit is contained in:
2006-06-28 22:13:24 +00:00
parent a9b19c0ed1
commit 54694b0e64

View File

@@ -2210,7 +2210,7 @@ void fly(void)
/* Scale the time to use shift to scale the speed down- just like
shift slows many other areas of blender down */
if (G.qual & LR_SHIFTKEY)
time_redraw= time_redraw*0.1;
speed= speed * (1-time_redraw_clamped);
Mat3CpyMat4(mat, G.vd->viewinv);
if (apply_rotation) {