rayzor

diff src/light.h @ 18:859ccadca671

portability fixes
author John Tsiombikas <nuclear@member.fsf.org>
date Mon, 14 Apr 2014 18:35:37 +0300
parents 79609d482762
children
line diff
     1.1 --- a/src/light.h	Mon Apr 14 07:34:45 2014 +0300
     1.2 +++ b/src/light.h	Mon Apr 14 18:35:37 2014 +0300
     1.3 @@ -27,7 +27,7 @@
     1.4  
     1.5  	float calc_attenuation(float d) const;
     1.6  
     1.7 -	void draw() const;
     1.8 +	void draw(bool emph = false) const;
     1.9  
    1.10  	bool intersect(const Ray &ray, RayHit *hit = 0) const;
    1.11  };