Fix T51439: Object not updated when particle system settings change in 2.8

A bit too early to disable workaround for particles.

Guess it was commented out after particles removal but was not brought back
after particles restore commit.
This commit is contained in:
Sergey Sharybin 2017-05-09 10:05:54 +02:00
parent f7ce1be694
commit 382c38efae
Notes: blender-bot 2024-03-25 12:30:38 +01:00
Referenced by issue #51439, Object not updated when particle sytem settings change in 2.8
1 changed files with 0 additions and 2 deletions

View File

@ -74,9 +74,7 @@ extern "C" {
* design of those areas is more clear we'll do the same legacy code here.
* - sergey -
*/
#if 0
#define DEPSGRAPH_USE_LEGACY_TAGGING
#endif
namespace {