mirror of
https://github.com/Relintai/pandemonium_engine_easy_charts.git
synced 2024-12-17 13:26:52 +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():
|
||||
OutlinesTween = $OutlinesTween
|
||||
FunctionsTween = $FunctionsTween
|
||||
Functions = $Functions
|
||||
GridTween = $GridTween
|
||||
PointData = $PointData/PointData
|
||||
|
Loading…
Reference in New Issue
Block a user