dungeon_crawler

diff prototype/src/main.cc @ 25:527fede30057

- fixed sphere rendering (PointLight::draw) - added config argument options - fixed macosx compilation
author John Tsiombikas <nuclear@member.fsf.org>
date Sat, 25 Aug 2012 02:16:08 +0300
parents e122ba214ee1
children 21999ef6636b
line diff
     1.1 --- a/prototype/src/main.cc	Thu Aug 23 18:03:11 2012 +0300
     1.2 +++ b/prototype/src/main.cc	Sat Aug 25 02:16:08 2012 +0300
     1.3 @@ -78,6 +78,7 @@
     1.4  	glEnable(GL_CULL_FACE);
     1.5  	glEnable(GL_MULTISAMPLE);
     1.6  
     1.7 +	add_data_path(".");
     1.8  	add_data_path("data");
     1.9  	add_data_path("sdr");
    1.10