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:
authorDalai Felinto <dfelinto@gmail.com>2015-04-06 17:11:36 +0300
committerDalai Felinto <dfelinto@gmail.com>2015-04-06 17:11:36 +0300
commit36f352a4e45202a6a45aa608ee083f30a4db2c81 (patch)
tree8f26b3cf9ecd18bf0c7a64af494b33f753af395d /source/blender/blenloader
parentd5f1b9c2223333e03f2e4994171ad9df8c1c4f21 (diff)
Fix doversion check - patch by Sergey Sharybin
Diffstat (limited to 'source/blender/blenloader')
-rw-r--r--source/blender/blenloader/intern/versioning_270.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenloader/intern/versioning_270.c b/source/blender/blenloader/intern/versioning_270.c
index 371ce495b07..3201a81d90c 100644
--- a/source/blender/blenloader/intern/versioning_270.c
+++ b/source/blender/blenloader/intern/versioning_270.c
@@ -730,7 +730,7 @@ void blo_do_versions_270(FileData *fd, Library *UNUSED(lib), Main *main)
#undef SEQ_USE_PROXY_CUSTOM_FILE
}
- if (!MAIN_VERSION_ATLEAST(main, 274, 3))
+ if (!MAIN_VERSION_ATLEAST(main, 274, 4))
{
SceneRenderView *srv;
wmWindowManager *wm;