mirror of
				https://github.com/OpenMW/openmw.git
				synced 2025-11-03 23:56:43 +00:00 
			
		
		
		
	Setting fix
This commit is contained in:
		
							parent
							
								
									e520d37c87
								
							
						
					
					
						commit
						998ef36837
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -256,7 +256,7 @@ namespace MWGui
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        MyGUI::TextBox* fovText;
 | 
					        MyGUI::TextBox* fovText;
 | 
				
			||||||
        getWidget(fovText, "FovText");
 | 
					        getWidget(fovText, "FovText");
 | 
				
			||||||
        fovText->setCaption("Field of View (" + MyGUI::utility::toString(int(Settings::Manager::getInt("field of view", "General"))) + ")");
 | 
					        fovText->setCaption("Field of View (" + MyGUI::utility::toString(int(Settings::Manager::getInt("field of view", "Camera"))) + ")");
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        MyGUI::TextBox* diffText;
 | 
					        MyGUI::TextBox* diffText;
 | 
				
			||||||
        getWidget(diffText, "DifficultyText");
 | 
					        getWidget(diffText, "DifficultyText");
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue