From fb492b3ef33eb0b0964bdacec9325092fb441402 Mon Sep 17 00:00:00 2001 From: Mister_Nebula <41904486+misternebula@users.noreply.github.com> Date: Wed, 7 Sep 2022 21:24:31 +0100 Subject: [PATCH] remove dumb comment --- QSB/Animation/NPC/Patches/CharacterAnimationPatches.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/QSB/Animation/NPC/Patches/CharacterAnimationPatches.cs b/QSB/Animation/NPC/Patches/CharacterAnimationPatches.cs index cc93e9c6..3d5ddd53 100644 --- a/QSB/Animation/NPC/Patches/CharacterAnimationPatches.cs +++ b/QSB/Animation/NPC/Patches/CharacterAnimationPatches.cs @@ -36,7 +36,7 @@ public class CharacterAnimationPatches : QSBPatch return true; } - var qsbObj = __instance.playerTrackingZone.GetWorldObject(); // OPTIMIZE : maybe cache this somewhere... or assess how slow this is + var qsbObj = __instance.playerTrackingZone.GetWorldObject(); PlayerInfo playerToUse = null; if (__instance._inConversation)