Use hex for startId
Co-authored-by: Linus Heckemann <git@sphalerite.org>
This commit is contained in:
parent
9d17ce07e8
commit
c776dfbb35
|
@ -288,7 +288,7 @@ public:
|
||||||
|
|
||||||
Setting<uint32_t> startId{this,
|
Setting<uint32_t> startId{this,
|
||||||
#if __linux__
|
#if __linux__
|
||||||
872415232,
|
0x34000000,
|
||||||
#else
|
#else
|
||||||
56930,
|
56930,
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue