mirror of
https://github.com/Relintai/pandemonium_engine_easy_charts.git
synced 2025-01-31 15:39:20 +01:00
fix: LineChart2D now loads and shows the data as expected
This commit is contained in:
parent
0d4775eed6
commit
ea80d148ec
@ -123,6 +123,7 @@ func _ready():
|
||||
|
||||
func _get_children():
|
||||
OutlinesTween = $OutlinesTween
|
||||
FunctionsTween = $FunctionsTween
|
||||
Functions = $Functions
|
||||
GridTween = $GridTween
|
||||
PointData = $PointData/PointData
|
||||
|
Loading…
Reference in New Issue
Block a user