Fix alignment of markers to axes
This commit is contained in:
parent
c6a43dbffa
commit
450fe4b530
1 changed files with 1 additions and 1 deletions
|
@ -252,5 +252,5 @@ void AHistoryGraph::AddMarker ( const SHistoryData& curHistoryData )
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
point( curPointX, curPointY, curPointSize, curPointColour );
|
point( curPointX - curPointSize / 2, curPointY - curPointSize / 2, curPointSize, curPointColour );
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue