Fix unused var in case Alembic is not enabled, in own previous commit.
Sorry for the noise...
This commit is contained in:
@@ -159,6 +159,7 @@ static bool dependsOnTime(ModifierData *md)
|
||||
MeshSeqCacheModifierData *mcmd = (MeshSeqCacheModifierData *) md;
|
||||
return (mcmd->cache_file != NULL);
|
||||
#else
|
||||
UNUSED_VARS(md);
|
||||
return false;
|
||||
#endif
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user