Skip to content

Commit

Permalink
More compilation errors fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
wopss committed Sep 27, 2023
1 parent 43b181a commit 97611d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/accessing_properties/Main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ void PrintScannerStatus(RED4ext::IScriptable* aContext, RED4ext::CStackFrame* aF
auto getHudManagerFunc = playerPuppetCls->GetFunction("GetHudManager");

RED4ext::Handle<RED4ext::IScriptable> hudManager;
RED4ext::ExecuteFunction(handle, getHudManagerFunc, &hudManager, {});
RED4ext::ExecuteFunction(handle, getHudManagerFunc, &hudManager);

auto hudManagerCls = rtti->GetClass("HUDManager");

Expand Down

0 comments on commit 97611d4

Please sign in to comment.