From 6f23c384bb07db5e0c4bdaf0a0340d0af47475d8 Mon Sep 17 00:00:00 2001 From: drumsetmonkey Date: Wed, 8 Jun 2016 08:41:44 -0400 Subject: Lighting! --- include/world.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/world.hpp') diff --git a/include/world.hpp b/include/world.hpp index ce50244..ecfa14f 100644 --- a/include/world.hpp +++ b/include/world.hpp @@ -459,7 +459,7 @@ public: void addHill(ivec2 peak, unsigned int width); // functions to add entities to the world - void addLight(vec2 xy, Color color); + void addLight(vec2 xy, float radius, Color color); void addMerchant(float x, float y, bool housed); -- cgit v1.2.3