fixed pretty major bugs regarding frame dirty list

This commit is contained in:
aap
2016-08-03 20:32:43 +02:00
parent a391f263cb
commit 46542cccb0
3 changed files with 21 additions and 20 deletions

View File

@@ -97,6 +97,7 @@ struct Frame : PluginBase<Frame>
SUBTREESYNC = SUBTREESYNCLTM | SUBTREESYNCOBJ,
SYNCLTM = HIERARCHYSYNCLTM | SUBTREESYNCLTM,
SYNCOBJ = HIERARCHYSYNCOBJ | SUBTREESYNCOBJ,
// STATIC = 0x10
};
Object object;