revert this change in Virtu to fix the build
This commit is contained in:
parent
82c984b2d6
commit
48479145af
|
@ -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.
Loading…
Reference in New Issue