Formatting, misc

This commit is contained in:
Raymond 2021-08-16 09:00:16 -04:00
parent 072cee417b
commit 779179a0cf
4 changed files with 5 additions and 8 deletions

View file

@ -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;

View file

@ -1,4 +1,3 @@
using System;
using System.Collections.Generic;
using System.IO;