mirror of
https://github.com/MoleskiCoder/EightBitNet.git
synced 2025-07-26 04:24:15 +00:00
Correct small warning in the EightBit library.
Signed-off-by: Adrian Conlon <Adrian.conlon@gmail.com>
This commit is contained in:
@@ -9,6 +9,7 @@ namespace EightBit
|
||||
[Flags]
|
||||
public enum Bits
|
||||
{
|
||||
None = 0,
|
||||
Bit0 = 1,
|
||||
Bit1 = Bit0 << 1,
|
||||
Bit2 = Bit1 << 1,
|
||||
|
Reference in New Issue
Block a user