Correct versioning check for manipulator

This commit is contained in:
Campbell Barton 2014-01-17 04:24:59 +11:00
parent 79bed4d9d3
commit 6fdf78eaf6
1 changed files with 1 additions and 1 deletions

View File

@ -2312,7 +2312,7 @@ void init_userdef_do_versions(void)
}
}
if (!MAIN_VERSION_ATLEAST(bmain, 269, 9)) {
if (U.versionfile < 269 || (U.versionfile == 269 && U.subversionfile < 9)) {
U.tw_size = U.tw_size * 5.0f;
}