mirror of
				https://github.com/OpenMW/openmw.git
				synced 2025-10-31 17:26:38 +00:00 
			
		
		
		
	Changing refdata3
This commit is contained in:
		
							parent
							
								
									15fae749ae
								
							
						
					
					
						commit
						86d3cec1aa
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -45,13 +45,13 @@ namespace MWWorld | |||
| 
 | ||||
|         public: | ||||
| 
 | ||||
|             RefData() : mHasLocals (false), mEnabled (true), mCount (1) {mBaseNode = 0;} | ||||
|             RefData() : mHasLocals (false), mEnabled (true), mCount (1),mBaseNode(0) {} | ||||
| 
 | ||||
|             std::string getHandle() | ||||
|             { | ||||
|                 return mBaseNode->getName(); | ||||
|             } | ||||
|             void setSceneNode(Ogre::SceneNode* base){ | ||||
|             void setBaseNode(Ogre::SceneNode* base){ | ||||
|                  mBaseNode = base; | ||||
|             } | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
		Reference in a new issue