mirror of
				https://github.com/zenorogue/hyperrogue.git
				synced 2025-10-31 05:52:59 +00:00 
			
		
		
		
	rogueviz:: objmodel minor fix
This commit is contained in:
		| @@ -114,7 +114,7 @@ void model::load_obj(model_data& md) { | ||||
|           goto next_object; | ||||
|           } | ||||
|         else if(s == "v") {         | ||||
|           hyperpoint h = C0; | ||||
|           hyperpoint h = C03; | ||||
|           scan(fs, h[0], h[1], h[2]); // assume all | ||||
|           h[0] /= 100; | ||||
|           h[1] /= 100; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Zeno Rogue
					Zeno Rogue