summaryrefslogtreecommitdiff
path: root/game/scenary/light.h
diff options
context:
space:
mode:
Diffstat (limited to 'game/scenary/light.h')
-rw-r--r--game/scenary/light.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/game/scenary/light.h b/game/scenary/light.h
index afb7e03..b1ea469 100644
--- a/game/scenary/light.h
+++ b/game/scenary/light.h
@@ -14,6 +14,9 @@ class Light : public WorldObject {
{
}
+ std::vector<InstanceVertices<SpotLightVertex>::InstanceProxy> spotLightInstances;
+ std::vector<InstanceVertices<PointLightVertex>::InstanceProxy> pointLightInstances;
+
public:
Light(std::shared_ptr<const Illuminator> type, const Location & position);
};