Skip to content

Commit 24311ad

Browse files
author
Roberto De Ioris
authored
Update PlottingGraphsWithMatplotlibAndUnrealEnginePython.md
1 parent 002e511 commit 24311ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorials/PlottingGraphsWithMatplotlibAndUnrealEnginePython.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ class PlotComponent:
213213

214214
The only relevant part is the update_graph function that is triggered by the 'OnGraphDataUpdated' event dispatcher.
215215

216-
This function receives as the 'platform' argument the Actor triggering the event. This Actor (that we will create in the next phase), expose the counters of the overlapping cubes. We use that values to re-generate our pie chart and uploading it into texture memory whenever the event is triggered
216+
This function receives as the 'platform' argument the Actor triggering the event. This Actor (that we will create in the next phase), exposes the counters of the overlapping cubes. We use that values to re-generate our pie chart and uploading it into texture memory whenever the event is triggered
217217

218218
### The "Plotter Platforms"
219219

0 commit comments

Comments
 (0)