Fix alignment of markers to axes

This commit is contained in:
Peter L Jones 2019-05-26 18:43:11 +01:00
parent c6a43dbffa
commit 450fe4b530

View file

@ -252,5 +252,5 @@ void AHistoryGraph::AddMarker ( const SHistoryData& curHistoryData )
break;
}
point( curPointX, curPointY, curPointSize, curPointColour );
point( curPointX - curPointSize / 2, curPointY - curPointSize / 2, curPointSize, curPointColour );
}