mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-30 21:30:04 +00:00 
			
		
		
		
	Remove useless static cast
This commit is contained in:
		
							parent
							
								
									1f87766b86
								
							
						
					
					
						commit
						878217372b
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -32,7 +32,7 @@ void Init() { | ||||||
| 
 | 
 | ||||||
|     if (auto room_member = Network::GetRoomMember().lock()) { |     if (auto room_member = Network::GetRoomMember().lock()) { | ||||||
|         if (room_member->IsConnected()) { |         if (room_member->IsConnected()) { | ||||||
|             mac = static_cast<SharedPage::MacAddress>(room_member->GetMacAddress()); |             mac = room_member->GetMacAddress(); | ||||||
|         } |         } | ||||||
|     } |     } | ||||||
|     SharedPage::SetMacAddress(mac); |     SharedPage::SetMacAddress(mac); | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue