Remove unneeded comment.
This commit is contained in:
@@ -251,7 +251,7 @@ void blo_do_versions_270(FileData *fd, Library *UNUSED(lib), Main *main)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!DNA_struct_elem_find(fd->filesdna, "Material", "int", "mode2")) { /* will be replaced with version check when other new flag is added to mode2 */
|
if (!DNA_struct_elem_find(fd->filesdna, "Material", "int", "mode2")) {
|
||||||
Material *ma;
|
Material *ma;
|
||||||
|
|
||||||
for (ma = main->mat.first; ma; ma = ma->id.next)
|
for (ma = main->mat.first; ma; ma = ma->id.next)
|
||||||
|
|||||||
Reference in New Issue
Block a user