We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acccb84 commit 2e42d28Copy full SHA for 2e42d28
1 file changed
include/MaaUtils/Dispatcher.hpp
@@ -52,7 +52,7 @@ class Dispatcher
52
53
private:
54
std::map<ObserverId, std::shared_ptr<SinkT>> observers_;
55
- inline static std::atomic<ObserverId> s_global_ob_id = 400'000'000;
+ inline static std::atomic<ObserverId> s_global_ob_id = 0;
56
};
57
58
MAA_NS_END
0 commit comments