mirror of
				https://github.com/OpenMW/openmw.git
				synced 2025-10-25 11:26:37 +00:00 
			
		
		
		
	Merge remote-tracking branch 'pkubik/distance-setting'
This commit is contained in:
		
						commit
						b2fdfbcfe4
					
				
					 2 changed files with 2 additions and 2 deletions
				
			
		|  | @ -327,7 +327,7 @@ namespace MWWorld | |||
|         std::string loadingExteriorText = "#{sLoadingMessage3}"; | ||||
|         loadingListener->setLabel(loadingExteriorText); | ||||
| 
 | ||||
|         const int halfGridSize = Settings::Manager::getInt("exterior grid size", "Cells")/2; | ||||
|         const int halfGridSize = Settings::Manager::getInt("exterior cell load distance", "Cells"); | ||||
| 
 | ||||
|         CellStoreCollection::iterator active = mActiveCells.begin(); | ||||
|         while (active!=mActiveCells.end()) | ||||
|  |  | |||
|  | @ -101,7 +101,7 @@ local map widget size = 512 | |||
| local map hud widget size = 256 | ||||
| 
 | ||||
| [Cells] | ||||
| exterior grid size = 3 | ||||
| exterior cell load distance = 1 | ||||
| 
 | ||||
| [Camera] | ||||
| near clip = 5 | ||||
|  |  | |||
		Loading…
	
		Reference in a new issue