You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Referring to issue #108 which has supposedly not been fixed on that ticket, but in fact the 'Completed' code folder shows this line:
if (series.Points == null) return; // means we're shutting down
which is a fix for that problem, I believe.
Anyway, this line of code is not shown on the lesson webpage which you are instructed to cut-and-paste (ChartingActor.cs) from 'Step 7 - Update the ChartingActor'.
The text was updated successfully, but these errors were encountered:
Referring to issue #108 which has supposedly not been fixed on that ticket, but in fact the 'Completed' code folder shows this line:
if (series.Points == null) return; // means we're shutting down
which is a fix for that problem, I believe.
Anyway, this line of code is not shown on the lesson webpage which you are instructed to cut-and-paste (
ChartingActor.cs
) from 'Step 7 - Update the ChartingActor'.The text was updated successfully, but these errors were encountered: