Fixed weird assignment inside condition statement.
This commit is contained in:
@@ -837,7 +837,7 @@ static void fluidsim_delete_until_lastframe(FluidsimSettings *fss)
|
|||||||
|
|
||||||
curFrame++;
|
curFrame++;
|
||||||
|
|
||||||
if(exists = BLI_exist(targetFile))
|
if((exists = BLI_exist(targetFile)))
|
||||||
{
|
{
|
||||||
BLI_delete(targetFile, 0, 0);
|
BLI_delete(targetFile, 0, 0);
|
||||||
BLI_delete(targetFileVel, 0, 0);
|
BLI_delete(targetFileVel, 0, 0);
|
||||||
|
Reference in New Issue
Block a user