Skip to content

Commit

Permalink
Merge Fix typo in RemoveFromScene method in gta-streaming-five (m…
Browse files Browse the repository at this point in the history
…r-235)

 - d52ae2e fix(streaming/five): typo in `RemoveFromScene` method
  • Loading branch information
thorium-cfx committed Mar 26, 2024
2 parents 015ae63 + d52ae2e commit 9bf9fea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/components/gta-streaming-five/include/EntitySystem.h
Original file line number Diff line number Diff line change
Expand Up @@ -556,7 +556,7 @@ class STREAMING_EXPORT fwEntity : public rage::fwRefAwareBase

inline void RemoveFromScene()
{
FORWARD_FUNC(AddToSceneWrap, 0x120);
FORWARD_FUNC(RemoveFromScene, 0x120);
}

inline float GetRadius()
Expand Down

0 comments on commit 9bf9fea

Please sign in to comment.