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 0863a24 commit 211d719Copy full SHA for 211d719
tutorials/modify.md
@@ -158,7 +158,7 @@ You might want to do this because your code may need to run before others ([Geod
158
```cpp
159
class $modify(GJGarageLayer) {
160
static void onModify(auto& self) {
161
- self.setHookPriority("GJGarageLayer::init", 1024);
+ self.setHookPriorityPost("GJGarageLayer::init", Priority::Early);
162
}
163
164
bool init() {
0 commit comments