mirror of
https://github.com/EDCD/coriolis.git
synced 2025-12-08 22:33:24 +00:00
MovementProfile code includes pips for re-render on state change
This commit is contained in:
@@ -53,7 +53,7 @@ export default class EngineProfile extends TranslatedComponent {
|
||||
func={cb.bind(this, pips.Eng.base + pips.Eng.mc, boost)}
|
||||
points={1000}
|
||||
// Encode boost in code to re-render on state change
|
||||
code={`${Number(boost)}:${code}`}
|
||||
code={`${pips.Eng.base + pips.Eng.mc}:${Number(boost)}:${code}`}
|
||||
aspect={0.7}
|
||||
/>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user