Skip to content

Commit

Permalink
refact(skyrim-platform): remove incorrect comment (#2208)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pospelove authored Nov 6, 2024
1 parent 70289aa commit 836daba
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,6 @@ void TESModPlatform::SetWeaponDrawnMode(IVM* vm, StackID stackId,
if (g_nativeCallRequirements.gameThrQ) {
auto formId = actor->formID;
g_nativeCallRequirements.gameThrQ->AddTask([=] {
// kinda redundant since we get formid from actor
if (RE::TESForm::LookupByID<RE::Actor>(formId) != actor) {
return;
}
Expand Down

0 comments on commit 836daba

Please sign in to comment.