Skip to content

Commit

Permalink
Let ignoreMass, massOffset work for bimodal engines
Browse files Browse the repository at this point in the history
partial fix for #2794
  • Loading branch information
lpgagnon committed Mar 5, 2023
1 parent cd6021f commit 381c605
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,10 @@
{
@origMass += #$../massOffset$
}
@MODULE[ModuleBimodalEngineConfigs]
{
@origMass += #$../massOffset$
}
}

// ==================================================
Expand All @@ -80,6 +84,10 @@
{
!origMass = 0
}
@MODULE[ModuleBimodalEngineConfigs]
{
!origMass = 0
}
}

// ==================================================
Expand Down

0 comments on commit 381c605

Please sign in to comment.