Skip to content

Commit

Permalink
Fix handling
Browse files Browse the repository at this point in the history
  • Loading branch information
TracerDS committed Dec 23, 2024
1 parent 865646f commit 1e2379a
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 1e2379a

Please sign in to comment.