mirror of
https://github.com/RHeavenStudioPlus/HeavenStudioPlus.git
synced 2024-11-10 03:35:10 +00:00
Remove debug log
This commit is contained in:
parent
6a2ccf4b2c
commit
b4cdc321cb
1 changed files with 0 additions and 1 deletions
|
@ -252,7 +252,6 @@ namespace RhythmHeavenMania
|
|||
new GameAction("set background color", delegate {
|
||||
var e = eventCaller.currentEntity;
|
||||
var c = KarateMan.instance.BackgroundColors[e.type];
|
||||
Debug.Log("TYPE=" + e.type.ToString() + ", SHADOW=" + e.type2.ToString());
|
||||
if(e.type == (int)KarateMan.BackgroundType.Custom) c = e.colorA;
|
||||
KarateMan.instance.SetBackgroundColor(e.type, e.type2, c, e.colorB);
|
||||
}, 1f, false, new List<Param>()
|
||||
|
|
Loading…
Reference in a new issue