mirror of
				https://github.com/zenorogue/hyperrogue.git
				synced 2025-10-31 14:02:59 +00:00 
			
		
		
		
	fixed drawStats without CAP_GL
This commit is contained in:
		
							
								
								
									
										4
									
								
								hud.cpp
									
									
									
									
									
								
							
							
						
						
									
										4
									
								
								hud.cpp
									
									
									
									
									
								
							| @@ -376,7 +376,9 @@ void drawStats() { | |||||||
|   dynamicval<ld> vax(vid.alphax, 1); |   dynamicval<ld> vax(vid.alphax, 1); | ||||||
|   dynamicval<videopar> v(vid, vid); |   dynamicval<videopar> v(vid, vid); | ||||||
|   calcparam(); |   calcparam(); | ||||||
|  | #if CAP_GL | ||||||
|   selectEyeGL(0); |   selectEyeGL(0); | ||||||
|  | #endif | ||||||
|  |  | ||||||
|   if(haveMobileCompass()) { |   if(haveMobileCompass()) { | ||||||
|     initquickqueue(); |     initquickqueue(); | ||||||
| @@ -550,6 +552,8 @@ XLAT( | |||||||
|   } |   } | ||||||
|    |    | ||||||
|   calcparam(); |   calcparam(); | ||||||
|  | #if CAP_GL | ||||||
|   selectEyeGL(0); |   selectEyeGL(0); | ||||||
|  | #endif | ||||||
|   } |   } | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Zeno Rogue
					Zeno Rogue