bump cs, ts name fix

This commit is contained in:
Kaz Wolfe 2024-11-12 10:26:21 -08:00
parent 486192662d
commit 10fc7656d3
No known key found for this signature in database
GPG key ID: 258813F53A16EBB4
2 changed files with 3 additions and 3 deletions

View file

@ -432,9 +432,9 @@ internal class TitleScreenMenuWindow : Window, IDisposable
private unsafe void OnVersionStringDraw(AddonEvent ev, AddonArgs args) private unsafe void OnVersionStringDraw(AddonEvent ev, AddonArgs args)
{ {
if (args is not AddonDrawArgs setupArgs) return; if (args is not AddonDrawArgs drawArgs) return;
var addon = (AtkUnitBase*)setupArgs.Addon; var addon = (AtkUnitBase*)drawArgs.Addon;
var textNode = addon->GetTextNodeById(3); var textNode = addon->GetTextNodeById(3);
// look and feel init. should be harmless to set. // look and feel init. should be harmless to set.

@ -1 +1 @@
Subproject commit 9fe41b4d7e4255652e31cebaf00261ade5bbd618 Subproject commit f069f71f558664f6f8113f996a4828616deba6e0