diff options
author | Ovnuniarchos <pujalte.jorge@gmail.com> | 2015-12-14 02:56:11 +0100 |
---|---|---|
committer | Ovnuniarchos <pujalte.jorge@gmail.com> | 2015-12-14 02:56:49 +0100 |
commit | 89efebbf561fa19d29533acdd3716f8d1385595a (patch) | |
tree | 0c20563f42e01914c0134ffa0102e5d51f90b326 /scene/3d/area.h | |
parent | 7f96f0603e16a970c7b0ea1fba936e56baf80d4a (diff) | |
download | redot-engine-89efebbf561fa19d29533acdd3716f8d1385595a.tar.gz |
New and corrected are override modes.
Diffstat (limited to 'scene/3d/area.h')
-rw-r--r-- | scene/3d/area.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/scene/3d/area.h b/scene/3d/area.h index f03955d1e7..529a116937 100644 --- a/scene/3d/area.h +++ b/scene/3d/area.h @@ -40,7 +40,9 @@ public: enum SpaceOverride { SPACE_OVERRIDE_DISABLED, SPACE_OVERRIDE_COMBINE, - SPACE_OVERRIDE_REPLACE + SPACE_OVERRIDE_COMBINE_REPLACE, + SPACE_OVERRIDE_REPLACE, + SPACE_OVERRIDE_REPLACE_COMBINE }; private: |