Browse Source

Remove testing line

master
Burathar 5 years ago
parent
commit
77f93428be
  1. 1
      ChromaEffectsImporter/ColoreOutput.cs

1
ChromaEffectsImporter/ColoreOutput.cs

@ -22,7 +22,6 @@ namespace ChromaEffectsImporter
Setup(); Setup();
LoadChromaEffect(ChromaEffectPath); LoadChromaEffect(ChromaEffectPath);
Thread.Sleep(1000); Thread.Sleep(1000);
chroma.Keyboard.SetKeyAsync(Key.End, Color.Red, false);
Loop(); Loop();
} }

Loading…
Cancel
Save