File tree 1 file changed +3
-4
lines changed
1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 18
18
#include " UnityEngine/Resources.hpp"
19
19
20
20
#include " System/Action_1.hpp"
21
- #include " System/Linq/Enumerable.hpp"
22
21
#include " System/Collections/Generic/LinkedListNode_1.hpp"
23
22
#include " System/Collections/Generic/LinkedList_1.hpp"
24
23
25
24
#include " custom-types/shared/delegate.hpp"
26
25
27
-
28
26
#include " HMUI/CurvedCanvasSettings.hpp"
29
- #include " fmt/format.h"
30
27
31
28
DEFINE_TYPE (SongChartVisualizer, ChartView);
32
29
@@ -41,6 +38,8 @@ namespace SongChartVisualizer
41
38
_audioTimeSyncController = audioTimeSyncController;
42
39
_beatmapData = readonlyBeatmapData;
43
40
_timeTweeningManager = timeTweeningManager;
41
+
42
+ INVOKE_CTOR ();
44
43
}
45
44
46
45
void ChartView::Initialize ()
@@ -55,7 +54,7 @@ namespace SongChartVisualizer
55
54
_floatingScreen->GetComponent <Canvas*>()->set_sortingOrder (0 );
56
55
57
56
_comboUIController = UnityEngine::Resources::FindObjectsOfTypeAll<ComboUIController*>().front_or_default ();
58
- _floatingScreen->get_transform ()->SetParent (_comboUIController->get_transform (), true );
57
+ _floatingScreen->get_transform ()->SetParent (_comboUIController->get_transform ()-> parent , true );
59
58
60
59
if (getModConfig ().showBackground .GetValue ())
61
60
{
You can’t perform that action at this time.
0 commit comments