Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/blender/editors/space_view3d/view3d_fly.c')
-rw-r--r--source/blender/editors/space_view3d/view3d_fly.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/space_view3d/view3d_fly.c b/source/blender/editors/space_view3d/view3d_fly.c
index 8291d93ee13..563e1afa67e 100644
--- a/source/blender/editors/space_view3d/view3d_fly.c
+++ b/source/blender/editors/space_view3d/view3d_fly.c
@@ -593,7 +593,7 @@ static void flyEvent(FlyInfo *fly, const wmEvent *event)
}
else {
/* flip speed rather than stopping, game like motion,
- * else increase like mousewheel if were already moving in that direction */
+ * else increase like mousewheel if we're already moving in that direction */
if (fly->speed < 0.0f) {
fly->speed = -fly->speed;
}