summaryrefslogtreecommitdiff
path: root/game/scenary/light.h
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2026-04-03 14:17:38 +0100
committerDan Goodliffe <dan@randomdan.homeip.net>2026-04-03 14:17:38 +0100
commit5795e8939bcd5e849c5e63e2c443bada03c93a20 (patch)
treeae7b9297ce96135a58b6b121fd1ad62da2defe9d /game/scenary/light.h
parentAdd light support to RailVehicleClass (diff)
downloadilt-5795e8939bcd5e849c5e63e2c443bada03c93a20.tar.bz2
ilt-5795e8939bcd5e849c5e63e2c443bada03c93a20.tar.xz
ilt-5795e8939bcd5e849c5e63e2c443bada03c93a20.zip
Create mix-ins for handling asset and instance lightsHEADmain
Diffstat (limited to 'game/scenary/light.h')
-rw-r--r--game/scenary/light.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/game/scenary/light.h b/game/scenary/light.h
index b1ea469..0b9320c 100644
--- a/game/scenary/light.h
+++ b/game/scenary/light.h
@@ -5,7 +5,7 @@
class Location;
-class Light : public WorldObject {
+class Light : public WorldObject, public InstanceLights {
std::shared_ptr<const Illuminator> type;
InstanceVertices<Illuminator::InstanceVertex>::InstanceProxy instance;