Improve graph. Add things like scales/axis labelling.
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user