Skip to content

Commit

Permalink
Fixes issue where Sliding the Diameter works, also improves performance
Browse files Browse the repository at this point in the history
  • Loading branch information
pap1723 committed Jun 28, 2021
1 parent 3f443a3 commit cd62881
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified GameData/ROLib/Plugins/ROLib.dll
Binary file not shown.
2 changes: 1 addition & 1 deletion Source/ROLib/Modules/ModuleROTank.cs
Original file line number Diff line number Diff line change
Expand Up @@ -769,7 +769,7 @@ private void SetModelFromDimensions()
currentVScale = (dimRatio / modelRatio) - 1;
if (coreModule.modelName != s)
coreModule.modelSelected(s);
MonoUtilities.RefreshPartContextWindow(part);
//MonoUtilities.RefreshPartContextWindow(part);
}

private float GetPartTopY()
Expand Down

0 comments on commit cd62881

Please sign in to comment.