mirror of
				https://github.com/TES3MP/openmw-tes3mp.git
				synced 2025-10-31 19:56:42 +00:00 
			
		
		
		
	Fix a typo and a mistake
This commit is contained in:
		
							parent
							
								
									9b204fe227
								
							
						
					
					
						commit
						208608cbd0
					
				
					 2 changed files with 1 additions and 2 deletions
				
			
		|  | @ -365,7 +365,6 @@ void Launcher::GraphicsPage::slotFramerateLimitToggled(bool checked) | |||
|     framerateLimitSpinBox->setEnabled(checked); | ||||
| } | ||||
| 
 | ||||
| 
 | ||||
| void Launcher::GraphicsPage::slotShadowDistLimitToggled(bool checked) | ||||
| { | ||||
|     shadowDistanceSpinBox->setEnabled(checked); | ||||
|  |  | |||
|  | @ -324,7 +324,7 @@ | |||
|           <item row="4" column="0"> | ||||
|            <widget class="QCheckBox" name="indoorShadowsCheckBox"> | ||||
|             <property name="toolTip"> | ||||
|              <string><html><head/><body><p>Due to limitations with Morrowind's data, only actors can cast shadows indoors, which some might feel is distracting.</p><p>Has no effect if at least one of the options above is not enabled.</p></body></html></string> | ||||
|              <string><html><head/><body><p>Due to limitations with Morrowind's data, only actors can cast shadows indoors, which some might feel is distracting.</p><p>Has no effect if actor shadows are not enabled.</p></body></html></string> | ||||
|             </property> | ||||
|             <property name="text"> | ||||
|              <string>Enable Indoor Shadows</string> | ||||
|  |  | |||
		Loading…
	
		Reference in a new issue