Skip to content

Commit

Permalink
Fix model handling - #3898 (#3899)
Browse files Browse the repository at this point in the history
Fix handling
  • Loading branch information
TracerDS authored Dec 23, 2024
1 parent 865646f commit f985702
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5589,7 +5589,7 @@ bool CStaticFunctionDefinitions::SetModelHandling(std::uint32_t model, eHandling
if (!pEntry)
return false;

if (SetEntryHandling(pEntry, eProperty, fValue))
if (!SetEntryHandling(pEntry, eProperty, fValue))
return false;

m_HandlingManager->SetModelHandlingHasChanged(model, true);
Expand Down

0 comments on commit f985702

Please sign in to comment.