Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
camlost2 committed Dec 26, 2014
1 parent c1d7d02 commit be5666c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified GameData/AJE/Plugins/AJE.dll
Binary file not shown.
2 changes: 1 addition & 1 deletion Source/AJEModule.cs
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ public void FixedUpdate()
}
else
{
engine.SetThrust((float)aje.GetThrust() / 1000f / Arearatio);
engine.SetThrust((float)aje.GetThrust() / 1000f * Arearatio);
engine.SetIsp((float)aje.GetIsp());
}
float fireflag = (float)aje.GetT3()/maxT3;
Expand Down

0 comments on commit be5666c

Please sign in to comment.