mirror of
https://github.com/RHeavenStudioPlus/HeavenStudioPlus.git
synced 2024-11-10 11:45:09 +00:00
Merge branch 'master' into scaled-secPerBeat
This commit is contained in:
commit
cfe79438bf
1 changed files with 4 additions and 0 deletions
|
@ -130,6 +130,10 @@ namespace HeavenStudio.Editor.Track
|
||||||
|
|
||||||
private void AddTempoChange(bool create, Beatmap.TempoChange tempoChange_ = null)
|
private void AddTempoChange(bool create, Beatmap.TempoChange tempoChange_ = null)
|
||||||
{
|
{
|
||||||
|
// TEMP: DISABLED UNTIL CRITICAL FIXES
|
||||||
|
if (create)
|
||||||
|
return;
|
||||||
|
|
||||||
GameObject tempoChange = Instantiate(RefTempoChange.gameObject, this.transform);
|
GameObject tempoChange = Instantiate(RefTempoChange.gameObject, this.transform);
|
||||||
|
|
||||||
tempoChange.transform.GetChild(0).GetComponent<Image>().color = EditorTheme.theme.properties.TempoLayerCol.Hex2RGB();
|
tempoChange.transform.GetChild(0).GetComponent<Image>().color = EditorTheme.theme.properties.TempoLayerCol.Hex2RGB();
|
||||||
|
|
Loading…
Reference in a new issue