mirror of
				https://github.com/TES3MP/openmw-tes3mp.git
				synced 2025-11-04 00:26:45 +00:00 
			
		
		
		
	remove big white blob of space
This commit is contained in:
		
							parent
							
								
									4ea018c594
								
							
						
					
					
						commit
						fd61ebf6ab
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -1517,7 +1517,7 @@ namespace MWRender
 | 
			
		|||
    {
 | 
			
		||||
        if (!ptr.isInCell() || !ptr.getCell()->isExterior() || !mObjectPaging)
 | 
			
		||||
            return false;
 | 
			
		||||
        if (mObjectPaging->enableObject(type, ptr.getCellRef().getRefNum(), ptr.getCellRef().getPosition().asVec3(),         osg::Vec2i(ptr.getCell()->getCell()->getGridX(), ptr.getCell()->getCell()->getGridY()), enabled))
 | 
			
		||||
        if (mObjectPaging->enableObject(type, ptr.getCellRef().getRefNum(), ptr.getCellRef().getPosition().asVec3(), osg::Vec2i(ptr.getCell()->getCell()->getGridX(), ptr.getCell()->getCell()->getGridY()), enabled))
 | 
			
		||||
        {
 | 
			
		||||
            mTerrain->rebuildViews();
 | 
			
		||||
            return true;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue