diff options
| author | Dan Goodliffe <dan@randomdan.homeip.net> | 2026-04-03 14:17:38 +0100 |
|---|---|---|
| committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2026-04-03 14:17:38 +0100 |
| commit | 5795e8939bcd5e849c5e63e2c443bada03c93a20 (patch) | |
| tree | ae7b9297ce96135a58b6b121fd1ad62da2defe9d /game/scenary/light.h | |
| parent | Add light support to RailVehicleClass (diff) | |
| download | ilt-5795e8939bcd5e849c5e63e2c443bada03c93a20.tar.bz2 ilt-5795e8939bcd5e849c5e63e2c443bada03c93a20.tar.xz ilt-5795e8939bcd5e849c5e63e2c443bada03c93a20.zip | |
Diffstat (limited to 'game/scenary/light.h')
| -rw-r--r-- | game/scenary/light.h | 2 |
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; |
