Fixed weird assignment inside condition statement.

This commit is contained in:
Sergey Sharybin
2011-06-14 07:33:25 +00:00
parent f4452b2ee7
commit 5fd9bd8bc9

View File

@@ -837,7 +837,7 @@ static void fluidsim_delete_until_lastframe(FluidsimSettings *fss)
curFrame++;
if(exists = BLI_exist(targetFile))
if((exists = BLI_exist(targetFile)))
{
BLI_delete(targetFile, 0, 0);
BLI_delete(targetFileVel, 0, 0);