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)
{
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);
// look and feel init. should be harmless to set.