From 5795e8939bcd5e849c5e63e2c443bada03c93a20 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Fri, 3 Apr 2026 14:17:38 +0100 Subject: Create mix-ins for handling asset and instance lights --- game/scenary/light.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'game/scenary/light.h') 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 type; InstanceVertices::InstanceProxy instance; -- cgit v1.3