Skip to content

Commit

Permalink
chore: bump native
Browse files Browse the repository at this point in the history
Fixes an issue where `InitInstance` would not set the instance symbol to the instance being initialized, causing problems when said initialization would include references to the symbol being initialized, e.g.:

```
instance BLOODHOUND(MST_DEFAULT_BLOODHOUND) {
    SET_BLOODHOUND_VISUALS();
    NPC_SETTOFISTMODE(BLOODHOUND);  // <--
};
  • Loading branch information
lmichaelis committed Oct 13, 2024
1 parent dfec4c3 commit 221e12b
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 0 deletions.
Binary file modified ZenKit/runtimes/android-arm64/native/libzenkitcapi.so
Binary file not shown.
Binary file modified ZenKit/runtimes/linux-x64/native/libzenkitcapi.so
Binary file not shown.
Binary file modified ZenKit/runtimes/osx-x64/native/libzenkitcapi.dylib
Binary file not shown.
Binary file modified ZenKit/runtimes/win-x64/native/zenkitcapi.dll
Binary file not shown.

0 comments on commit 221e12b

Please sign in to comment.