Improve graph. Add things like scales/axis labelling.

This commit is contained in:
Scott_NZ
2012-11-27 17:11:47 +13:00
parent b6e8c9c9ea
commit e424883857
6 changed files with 109 additions and 40 deletions

View File

@@ -75,7 +75,7 @@ namespace OpenRA.Mods.RA
public void Tick(Actor self)
{
if (self.World.FrameNumber % 1500 == 0)
if (self.World.FrameNumber % 1500 == 1)
{
UpdateEarnedThisMinute();
}