From 9449cd3b653d522dc3ffd1205a7d9354675e707b Mon Sep 17 00:00:00 2001 From: liam Date: Tue, 10 Aug 2021 15:33:03 -0400 Subject: [PATCH] Remove erroneous comment --- Dalamud/Game/Gui/FlyTextGui.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/Dalamud/Game/Gui/FlyTextGui.cs b/Dalamud/Game/Gui/FlyTextGui.cs index 84f635dd6..94b3ed454 100644 --- a/Dalamud/Game/Gui/FlyTextGui.cs +++ b/Dalamud/Game/Gui/FlyTextGui.cs @@ -144,8 +144,6 @@ namespace Dalamud.Game.Internal.Gui var strArray = atkArrayDataHolder._StringArrays[strIndex]; // Write the values to the arrays using a known valid flytext region - - // Whether or not to enable this set of values for displaying flytext numArray->IntArray[numOffset + 0] = 1; // Some kind of "Enabled" flag for this section numArray->IntArray[numOffset + 1] = (int)kind; numArray->IntArray[numOffset + 2] = unchecked((int)val1);