mirror of
https://github.com/Relintai/pandemonium_engine_easy_charts.git
synced 2024-12-19 13:37:03 +01:00
Merge pull request #11 from eddex/fix/LineChart2D-not-loading
fix: LineChart2D now loads and shows the data as expected
This commit is contained in:
commit
64b0f9cfed
@ -123,6 +123,7 @@ func _ready():
|
|||||||
|
|
||||||
func _get_children():
|
func _get_children():
|
||||||
OutlinesTween = $OutlinesTween
|
OutlinesTween = $OutlinesTween
|
||||||
|
FunctionsTween = $FunctionsTween
|
||||||
Functions = $Functions
|
Functions = $Functions
|
||||||
GridTween = $GridTween
|
GridTween = $GridTween
|
||||||
PointData = $PointData/PointData
|
PointData = $PointData/PointData
|
||||||
|
Loading…
Reference in New Issue
Block a user