mirror of
				https://github.com/zenorogue/hyperrogue.git
				synced 2025-10-31 05:52:59 +00:00 
			
		
		
		
	ray:: removed extra #define PI
This commit is contained in:
		| @@ -107,7 +107,6 @@ void reset_raycaster() { our_raycaster = nullptr; }; | ||||
| void enable_raycaster() { | ||||
|   if(!our_raycaster) {  | ||||
|     string vsh =  | ||||
|       "#define PI 3.14159265358979324\n" | ||||
|       "attribute vec4 aPosition;\n" | ||||
|       "uniform float uFovX, uFovY;\n" | ||||
|       "varying vec4 at;\n" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Zeno Rogue
					Zeno Rogue