mirror of
				https://github.com/OpenMW/openmw.git
				synced 2025-10-31 13:26:38 +00:00 
			
		
		
		
	Style fix
This commit is contained in:
		
							parent
							
								
									02148a43f5
								
							
						
					
					
						commit
						79c44d0bfe
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -381,7 +381,7 @@ namespace MWRender | |||
|             osg::PositionAttitudeTransform* transform = mTrackingPtr.getRefData().getBaseNode(); | ||||
|             mTrackingNode = transform; | ||||
|             if (transform) | ||||
|                 mHeightScale = mTrackingPtr.getRefData().getBaseNode()->getScale().z(); | ||||
|                 mHeightScale = transform->getScale().z(); | ||||
|             else | ||||
|                 mHeightScale = 1.f; | ||||
|         } | ||||
|  |  | |||
		Loading…
	
		Reference in a new issue