erebus

diff liberebus/src/object.h @ 4:93894c232d65

more changes across the board
author John Tsiombikas <nuclear@member.fsf.org>
date Tue, 29 Apr 2014 07:38:40 +0300
parents a932848de652
children e9da2916bc79
line diff
     1.1 --- a/liberebus/src/object.h	Mon Apr 28 15:44:59 2014 +0300
     1.2 +++ b/liberebus/src/object.h	Tue Apr 29 07:38:40 2014 +0300
     1.3 @@ -8,7 +8,7 @@
     1.4  
     1.5  struct RayHit {
     1.6  	float dist;
     1.7 -	const Ray world_ray, local_ray;
     1.8 +	Ray world_ray, local_ray;
     1.9  
    1.10  	const Object *obj, *subobj;
    1.11  };