This commit is contained in:
Nav
2021-09-12 23:29:49 +01:00
parent 39c95857e5
commit 5e8723ede4

View File

@@ -12,7 +12,7 @@ namespace Bloom::Events
{
static_assert(std::atomic<int>::is_always_lock_free);
enum EventType: std::uint16_t
enum EventType: std::uint8_t
{
GENERIC,
STOP_TARGET_EXECUTION,