removed some dead code and fixed a few bugs i introduced
This commit is contained in:
lewd-alt
2025-08-03 13:09:54 -07:00
parent 300f10dbd7
commit 8fb31d38bb
46 changed files with 160 additions and 73842 deletions

View File

@@ -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;