Skip to content

Commit 2e42d28

Browse files
committed
chore: 妙妙初始值
1 parent acccb84 commit 2e42d28

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/MaaUtils/Dispatcher.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ class Dispatcher
5252

5353
private:
5454
std::map<ObserverId, std::shared_ptr<SinkT>> observers_;
55-
inline static std::atomic<ObserverId> s_global_ob_id = 400'000'000;
55+
inline static std::atomic<ObserverId> s_global_ob_id = 0;
5656
};
5757

5858
MAA_NS_END

0 commit comments

Comments
 (0)