Skip to content

Commit 611f787

Browse files
authored
Merge pull request #1144 from 0x617374726F/fix-event-handling
Fix event handling
2 parents 82bb1d7 + c9bc444 commit 611f787

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Server/Components/CAPI/Impl/ComponentManager.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ class ComponentManager : public Singleton<ComponentManager>
106106
{
107107
container = &defaultPriorityEvents;
108108
}
109-
else if constexpr (PRIORITY == EventPriorityType_FairlyHigh)
109+
else if constexpr (PRIORITY == EventPriorityType_FairlyLow)
110110
{
111111
container = &fairlyLowPriorityEvents;
112112
}

0 commit comments

Comments
 (0)