mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-30 03:10:06 +00:00
Define where #bounds_check/#no_bounds_check can be applied
This commit is contained in:
@@ -259,8 +259,6 @@ enum StateFlag : u16 {
|
||||
StateFlag_bounds_check = 1<<0,
|
||||
StateFlag_no_bounds_check = 1<<1,
|
||||
|
||||
StateFlag_no_deferred = 1<<5,
|
||||
|
||||
StateFlag_BeenHandled = 1<<15,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user