Correct mistake checking version

This commit is contained in:
Campbell Barton 2018-06-28 16:01:01 +02:00
parent e65d7665f1
commit 8caedc27d9
1 changed files with 1 additions and 1 deletions

View File

@ -1585,7 +1585,7 @@ void init_userdef_do_versions(Main *bmain)
}
if (!USER_VERSION_ATLEAST(278, 20)) {
if (!USER_VERSION_ATLEAST(280, 20)) {
U.gpu_viewport_quality = 0.6f;
/* Reset theme, old themes will not be compatible with minor version updates from now on. */