Skip to content

Commit

Permalink
chore(Native): bump ZenKit
Browse files Browse the repository at this point in the history
Fixes a crash when accessing `VirtualObject.Visual` if the object does not have a visual
  • Loading branch information
lmichaelis committed Jan 7, 2024
1 parent 52209b0 commit a2417b6
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ZenKit.Test/Vobs/TestCodeMaster.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ public void TestLoad()
Assert.That(vob.FailureTarget, Is.EqualTo(""));
Assert.That(vob.UntriggeredCancels, Is.False);
Assert.That(vob.Slaves, Is.EqualTo(Slaves));
Assert.That(vob.Visual, Is.Null);
}

[Test]
Expand Down
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 a2417b6

Please sign in to comment.