mirror of
				https://github.com/zenorogue/hyperrogue.git
				synced 2025-10-29 21:13:00 +00:00 
			
		
		
		
	ors:: fixed a crash when enabling spherical VR
This commit is contained in:
		| @@ -1116,7 +1116,7 @@ void show() { | |||||||
|  |  | ||||||
|   dialog::addItem(XLAT("spherical VR"), 'v'); |   dialog::addItem(XLAT("spherical VR"), 'v'); | ||||||
|   dialog::add_action([] () {  |   dialog::add_action([] () {  | ||||||
|     if(!sphere) set_geometry(gSphere); |     if(!sphere) set_geometry(gSphere), start_game(); | ||||||
|     mode = 0; fullcenter(); |     mode = 0; fullcenter(); | ||||||
|     mode = 2; sensitivity = 1; |     mode = 2; sensitivity = 1; | ||||||
|     vid.stereo_mode = sLR; vid.ipd = 0.2; |     vid.stereo_mode = sLR; vid.ipd = 0.2; | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Zeno Rogue
					Zeno Rogue