mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-18 11:52:22 -07:00
Use u64 for the command kind just in case
This commit is contained in:
@@ -206,7 +206,7 @@ enum BuildModeKind {
|
||||
BuildMode_COUNT,
|
||||
};
|
||||
|
||||
enum CommandKind : u32 {
|
||||
enum CommandKind : u64 {
|
||||
Command_run = 1<<0,
|
||||
Command_build = 1<<1,
|
||||
Command_check = 1<<2,
|
||||
|
||||
Reference in New Issue
Block a user