diff --git a/editor/studio/AMXX_Studio.exe b/editor/studio/AMXX_Studio.exe index 0004ce20..75c1fd2f 100755 Binary files a/editor/studio/AMXX_Studio.exe and b/editor/studio/AMXX_Studio.exe differ diff --git a/editor/studio/UnitfrmMain.pas b/editor/studio/UnitfrmMain.pas index d40fc80f..20cb985d 100755 --- a/editor/studio/UnitfrmMain.pas +++ b/editor/studio/UnitfrmMain.pas @@ -1706,7 +1706,7 @@ procedure TfrmMain.mnuHudmessageClick(Sender: TObject); function Dot(eIn: string): string; begin Result := StringReplace(eIn, ',', '.', [rfReplaceAll]); - Result := StringReplace(eIn, '.00', '.0', [rfReplaceAll]); + Result := StringReplace(Result, '.00', '.0', [rfReplaceAll]); end; var eStr: string;