Skip to content

Commit

Permalink
Some care on the comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Lisias committed Sep 17, 2020
1 parent 36820e1 commit 7f057b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/TweakScalerFSBuoyancy/PartModule.cs
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ internal void OnRescale(ScalingFactor factor)
{
Log.dbg("OnRescale {0}:{1:X} to {2}", this.name, this.part.GetInstanceID(), factor.ToString());

// Needed because I can't intialize this on OnAwake as this module can be awaken before FSbuoyancy,
// Needed because I can't intialize this on OnAwake or OnStart as this module can be awaken/started before FSbuoyancy,
// and OnRescale can be fired before OnLoad.
if (null == this.targetPartModule)
{
Expand Down

0 comments on commit 7f057b1

Please sign in to comment.