summaryrefslogtreecommitdiffstats
path: root/src/graphics/common/light.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/graphics/common/light.h')
-rw-r--r--src/graphics/common/light.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/graphics/common/light.h b/src/graphics/common/light.h
index f85d8da..46f1bfa 100644
--- a/src/graphics/common/light.h
+++ b/src/graphics/common/light.h
@@ -114,9 +114,9 @@ struct SceneLight
bool enabled;
//! Type of all objects included
- Gfx::ObjectType includeType;
+ Gfx::EngineObjectType includeType;
//! Type of all objects excluded
- Gfx::ObjectType excludeType;
+ Gfx::EngineObjectType excludeType;
//! Configuration of the light
Gfx::Light light;