mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-02-21 23:37:44 +01:00
Formatting, misc
This commit is contained in:
parent
072cee417b
commit
779179a0cf
4 changed files with 5 additions and 8 deletions
|
|
@ -133,7 +133,7 @@ namespace Dalamud.Game.Gui.FlyText
|
|||
|
||||
// Get the UI module and flytext addon pointers
|
||||
var ui = (UIModule*)this.Dalamud.Framework.Gui.GetUIModule();
|
||||
var flytext = this.Dalamud.Framework.Gui.GetUiObjectByName("_FlyText", 1);
|
||||
var flytext = this.Dalamud.Framework.Gui.GetAddonByName("_FlyText", 1);
|
||||
|
||||
if (ui == null || flytext == IntPtr.Zero)
|
||||
return;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue