revert this change in Virtu to fix the build

This commit is contained in:
Morilli 2024-05-29 10:35:22 +02:00
parent 82c984b2d6
commit 48479145af
2 changed files with 2 additions and 2 deletions

View File

@ -244,8 +244,8 @@ namespace Jellyfish.Virtu
return ret;
}
public static bool WhiteAppleDown { get; private set; }
public static bool BlackAppleDown { get; private set; }
public static bool WhiteAppleDown;
public static bool BlackAppleDown;
/// <summary>
/// Call this at 60hz with all of the currently pressed keys

Binary file not shown.