Skip to content

Commit f432186

Browse files
committed
Add empty line before m_pInterfaceRef assignment
1 parent d4bd98c commit f432186

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Mods/Editor/Src/Components/EntityProperties.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1006,6 +1006,7 @@ void Editor::DrawEntityPinValue(const std::string& p_Id, const std::string& p_Ty
10061006

10071007
std::string s_TypeName = p_TypeName.substr(11, p_TypeName.find(">") - 11);
10081008
STypeID* s_TypeID = (*Globals::TypeRegistry)->GetTypeID(s_TypeName);
1009+
10091010
s_EntityRef->m_pInterfaceRef = s_EntityRef->m_entityRef.QueryInterface(s_TypeID);
10101011
break;
10111012
}

0 commit comments

Comments
 (0)