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:
authorCampbell Barton <ideasman42@gmail.com>2012-10-31 15:45:41 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-10-31 15:45:41 +0400
commitdb8b7fcabbb1a5af77038e5423b4ecbadbdefeda (patch)
tree989e09f13458cef22c35c33a658674a9c5cd2cc4 /source/blender/blenloader
parent3406586d8829c60a420b26977e160ab53b26a833 (diff)
style cleanup and correct own invalid comment.
Diffstat (limited to 'source/blender/blenloader')
-rw-r--r--source/blender/blenloader/intern/readfile.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/blenloader/intern/readfile.c b/source/blender/blenloader/intern/readfile.c
index b49e392d1f4..8aa879a354b 100644
--- a/source/blender/blenloader/intern/readfile.c
+++ b/source/blender/blenloader/intern/readfile.c
@@ -7144,8 +7144,8 @@ static void do_version_logic_264(ListBase *regionbase)
/* view settings for logic changed */
for (ar = regionbase->first; ar; ar = ar->next) {
- if(ar->regiontype == RGN_TYPE_WINDOW) {
- if (ar->v2d.keeptot==0) {
+ if (ar->regiontype == RGN_TYPE_WINDOW) {
+ if (ar->v2d.keeptot == 0) {
ar->v2d.maxzoom = 1.5f;
ar->v2d.keepzoom = V2D_KEEPZOOM | V2D_LIMITZOOM | V2D_KEEPASPECT;