fix: LineChart2D now loads and shows the data as expected

This commit is contained in:
eddex 2020-10-01 17:08:21 +02:00
parent 0d4775eed6
commit ea80d148ec

View File

@ -123,6 +123,7 @@ func _ready():
func _get_children():
OutlinesTween = $OutlinesTween
FunctionsTween = $FunctionsTween
Functions = $Functions
GridTween = $GridTween
PointData = $PointData/PointData