Skip to content

Commit

Permalink
maintenance
Browse files Browse the repository at this point in the history
  • Loading branch information
adya authored and github-actions[bot] committed Dec 20, 2024
1 parent 450e25a commit 9011c9f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions SPID/src/OutfitManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -218,9 +218,8 @@ namespace Outfits
// There was a crash when trying to update 3D model for some users, so this is an attempt to fix it.
// Additionally, an extra check ensures that update of the model is only called when said model is already loaded.
SKSE::GetTaskInterface()->AddTask([actor]() {
actor->currentProcess->Update3DModel(actor);
actor->currentProcess->Update3DModel(actor);
});

}
}

Expand Down

0 comments on commit 9011c9f

Please sign in to comment.