Skip to content

Commit

Permalink
Update skyrim-platform/src/platform_se/skyrim_platform/ObjectReferenc…
Browse files Browse the repository at this point in the history
…eApi.cpp

Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
  • Loading branch information
Pospelove and ellipsis-dev[bot] authored Feb 11, 2025
1 parent fad57e5 commit b0bb9f0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ RE::TESObjectREFR* GetArgObjectReference(const JsValue& arg)
return refr;
}

JsValue ActorApi::SetCollision(const JsFunctionArguments& args)
JsValue ObjectReferenceApi::SetCollision(const JsFunctionArguments& args)
{
auto refr = GetArgObjectReference(args[1]);
refr->SetCollision(static_cast<bool>(args[2]));
Expand Down

0 comments on commit b0bb9f0

Please sign in to comment.