mirror of
https://github.com/geode-sdk/geode.git
synced 2024-11-14 19:15:05 -05:00
revert idmanager back to $execute
This commit is contained in:
parent
6fe1ac9e3f
commit
df278bfa89
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ namespace geode {
|
|||
struct GEODE_CONCAT(ProvideIDsFor, Layer_) : public Layer_ {\
|
||||
void provide();\
|
||||
};\
|
||||
$on_mod(Loaded) {\
|
||||
$execute {\
|
||||
NodeIDs::get()->registerProvider(\
|
||||
&geodeInternalProvideIDsFor<GEODE_CONCAT(ProvideIDsFor, Layer_)>\
|
||||
);\
|
||||
|
|
Loading…
Reference in a new issue