linting
removed some dead code and fixed a few bugs i introduced
This commit is contained in:
@@ -483,14 +483,6 @@ namespace SlaveMatrix
|
||||
}
|
||||
}
|
||||
|
||||
public static void SwitchMode(this Med Med, string Mode, Are Are)
|
||||
{
|
||||
Med.Mode = Mode;
|
||||
Med.DrawStart(Are);
|
||||
Med.DrawEnd(BlackBackground);
|
||||
sta = true;
|
||||
}
|
||||
|
||||
public static void SwitchMode(this Med Med, string Mode, Are Are, Action<Are, FPS> 描画)
|
||||
{
|
||||
Med.Mode = Mode;
|
||||
|
||||
Reference in New Issue
Block a user