diff options
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; |
