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 1555bc8 commit 7cf833cCopy full SHA for 7cf833c
about.md
@@ -16,7 +16,7 @@ To edit the priority (lets say another mod modifies the same node using this) yo
16
```c++
17
class $nodeModify(MyCustomCreatorLayer, CustomCreatorLayer) {
18
19
- static int modifyPrio() {
+ static int modifyPrio() {
20
return 10;
21
}
22
0 commit comments