summaryrefslogtreecommitdiffstats
path: root/src/runtime/Qt3DSKernelTypes.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime/Qt3DSKernelTypes.h')
-rw-r--r--src/runtime/Qt3DSKernelTypes.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/runtime/Qt3DSKernelTypes.h b/src/runtime/Qt3DSKernelTypes.h
index 0ad4ec6..bc13230 100644
--- a/src/runtime/Qt3DSKernelTypes.h
+++ b/src/runtime/Qt3DSKernelTypes.h
@@ -143,6 +143,7 @@ enum EElementFlag {
// Flags used by the activation manager
ELEMENTFLAG_AMGR_TIMEACTIVE = 1 << 13, ///< Is the element alive according to time information
+ ELEMENTFLAG_CONTROLLED_ACTIVE = 1 << 14
};
// Four byte aligned time unit structure.